web/SmallDialog: delay error haptics by 150ms
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
|
||||
// error meowbalt art is not used in dialogs unless it's an error
|
||||
if (meowbalt === "error") {
|
||||
setTimeout(() => {
|
||||
hapticError();
|
||||
}, 150)
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user