Fix timeout
This commit is contained in:
@@ -36,7 +36,7 @@ watch(
|
||||
showHeymlzAnimation.value = true;
|
||||
setTimeout(() => {
|
||||
showHeymlzAnimation.value = false;
|
||||
}, 2900);
|
||||
}, 3200);
|
||||
}, 400);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user