From e0c856ce8e6b6bbbef166a95d8c0903900a143a6 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 31 Oct 2022 16:22:03 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B1=D0=B0=D0=B3=D0=BE=D0=B2=20=D1=81=D0=BA=D1=80?= =?UTF-8?q?=D0=BE=D0=BB=D0=BB=D0=B8=D0=BD=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index d900bc4..7834243 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -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; }