Поправки багов скроллинга

This commit is contained in:
Book Pauk
2022-10-31 16:22:03 +07:00
parent 820769071d
commit e0c856ce8e

View File

@@ -771,9 +771,12 @@ class Search {
this.lastScrollTop = curScrollTop;
}
async ignoreScroll(ms = 50) {
async ignoreScroll(ms = 300) {
this.ignoreScrolling = true;
await utils.sleep(ms);
await this.$nextTick();
await this.$nextTick();
await this.$nextTick();
this.ignoreScrolling = false;
}