diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index 8ca86a0b..10a73e6b 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -214,6 +214,8 @@ class TextPage extends Vue { fontsLoadingStyle.fontSize = this.fontSize + 'px'; fontsLoadingStyle.top = (this.realHeight/2 - 2*this.fontSize) + 'px'; fontsLoadingStyle.left = (this.realWidth - this.drawHelper.measureText(flText, {}))/2 + 'px'; + await sleep(10500); + this.$refs.fontsLoading.innerHTML = ''; })(); //parsed