diff --git a/web/src/components/dialog/SmallDialog.svelte b/web/src/components/dialog/SmallDialog.svelte index dee9e051..47596109 100644 --- a/web/src/components/dialog/SmallDialog.svelte +++ b/web/src/components/dialog/SmallDialog.svelte @@ -25,7 +25,9 @@ // error meowbalt art is not used in dialogs unless it's an error if (meowbalt === "error") { - hapticError(); + setTimeout(() => { + hapticError(); + }, 150) }