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 =
normalizedValue.endsWith('.') ||
normalizedValue === '-' ||
normalizedValue === '-.' ||
normalizedValue === '-0' ||
endsWithDecimalAndZeros;