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

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.blinkCachedLoadMessage();
this.checkBookPosPercent(); this.checkBookPosPercent();
await this.activateClickMapPage(); this.activateClickMapPage();//no await
return; return;
} }
@@ -1176,7 +1176,7 @@ class Reader {
this.stopBlink = true; this.stopBlink = true;
this.checkBookPosPercent(); this.checkBookPosPercent();
await this.activateClickMapPage(); this.activateClickMapPage();//no await
} catch (e) { } catch (e) {
progress.hide(); this.progressActive = false; progress.hide(); this.progressActive = false;
this.loaderActive = true; this.loaderActive = true;