diff --git a/src/lib/components/Editor.svelte b/src/lib/components/Editor.svelte index 5f90fa08..9c28ec18 100644 --- a/src/lib/components/Editor.svelte +++ b/src/lib/components/Editor.svelte @@ -24,7 +24,7 @@ const showErrorDebounced = debounce(() => { showError = true; - }, 5000); + }, 3000); $effect(() => { if ($stateStore.error) {