Browse Source

Улучшение поведения при очереди загрузки книг

Book Pauk 3 years ago
parent
commit
53a1d90bd8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/components/Reader/Reader.vue

+ 2 - 2
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;