proddy
2025-11-13 21:08:20 +01:00
parent 993e2fdc22
commit 31706bfc21

View File

@@ -25,6 +25,7 @@ export const extractEventValue = (
normalizedValue.endsWith('.') ||
normalizedValue === '-' ||
normalizedValue === '-.' ||
normalizedValue === '-0' ||
endsWithDecimalAndZeros;
if (isIncomplete) {