mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-02 03:37:34 +00:00
increase scroll delay
This commit is contained in:
parent
3a8d7e3617
commit
e378a1a251
@ -86,7 +86,7 @@ export default defineComponent({
|
||||
if (isScrolling.value) {
|
||||
setTimeout(() => {
|
||||
isScrolling.value = false;
|
||||
}, 600);
|
||||
}, 800);
|
||||
}
|
||||
}
|
||||
function scrollUp() {
|
||||
|
@ -254,7 +254,7 @@ export default defineComponent({
|
||||
if (isScrolling.value) {
|
||||
setTimeout(() => {
|
||||
isScrolling.value = false;
|
||||
}, 600);
|
||||
}, 800);
|
||||
}
|
||||
}
|
||||
watch(
|
||||
|
Loading…
Reference in New Issue
Block a user