From 53a1d90bd8de1c41c71ffd2e893073b0e484b088 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 9 Jul 2022 02:01:14 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BF=D1=80=D0=B8=20=D0=BE=D1=87=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=D0=B8=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BA=D0=BD=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/Reader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 95f67fe3..e64e7ccb 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -1116,7 +1116,7 @@ class Reader { this.blinkCachedLoadMessage(); this.checkBookPosPercent(); - await this.activateClickMapPage(); + this.activateClickMapPage();//no await return; } @@ -1176,7 +1176,7 @@ class Reader { this.stopBlink = true; this.checkBookPosPercent(); - await this.activateClickMapPage(); + this.activateClickMapPage();//no await } catch (e) { progress.hide(); this.progressActive = false; this.loaderActive = true;