refactor: add setTimeout 1 s
This commit is contained in:
parent
3ce6168436
commit
8c0b261594
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ function handleScroll() {
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
scrollFlag = false;
|
scrollFlag = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue