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

This commit is contained in:
Book Pauk
2022-07-09 02:01:14 +07:00
parent 2ecf6beef2
commit 53a1d90bd8

View File

@@ -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;