mirror of
https://github.com/imputnet/cobalt.git
synced 2025-08-14 16:38:28 +00:00
web/SmallDialog: delay error haptics by 150ms
This commit is contained in:
parent
a20d375c51
commit
a1e20ccc3e
@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
// error meowbalt art is not used in dialogs unless it's an error
|
// error meowbalt art is not used in dialogs unless it's an error
|
||||||
if (meowbalt === "error") {
|
if (meowbalt === "error") {
|
||||||
|
setTimeout(() => {
|
||||||
hapticError();
|
hapticError();
|
||||||
|
}, 150)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user