We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb4784 commit 239b16cCopy full SHA for 239b16c
sdk/components/src/utils.ts
@@ -71,7 +71,7 @@ export function getModalBuilderSteps() {
71
*/
72
export function safeVibrate() {
73
if ("vibrate" in navigator) {
74
- navigator.vibrate(200);
+ navigator.vibrate(10);
75
} else {
76
console.log("Vibration not supported");
77
}
0 commit comments