This commit is contained in:
MichaelDvP
2025-11-14 18:46:20 +01:00

View File

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