Explorar o código

К предыдущему

Book Pauk %!s(int64=3) %!d(string=hai) anos
pai
achega
c0b658d9e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      client/components/Reader/TextPage/TextPage.vue

+ 1 - 0
client/components/Reader/TextPage/TextPage.vue

@@ -163,6 +163,7 @@ class TextPage {
         }, 10);
 
         this.$root.addEventHook('resize', async() => {
+            this.$nextTick(this.onResize);
             await utils.sleep(200);
             this.$nextTick(this.onResize);
         });