diff --git a/frontend/src/lib/components/apps/components/inputs/currency/CurrencyInput.svelte b/frontend/src/lib/components/apps/components/inputs/currency/CurrencyInput.svelte index a63957e763..8634cf2863 100644 --- a/frontend/src/lib/components/apps/components/inputs/currency/CurrencyInput.svelte +++ b/frontend/src/lib/components/apps/components/inputs/currency/CurrencyInput.svelte @@ -186,7 +186,6 @@ bind:value={formattedValue} on:keydown={handleKeyDown} on:keyup={setUnformattedValue} - on:blur={setFormattedValue} />