Parcourir la source

Поправка недочета

Book Pauk il y a 6 ans
Parent
commit
dc0d87850c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      client/components/Reader/TextPage/TextPage.vue

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

@@ -361,6 +361,10 @@ class TextPage extends Vue {
     }
 
     onResize() {
+        this.page1 = null;
+        this.page2 = null;
+        this.statusBar = null;
+
         this.calcDrawProps();
         this.setBackground();
         this.draw();