Przeglądaj źródła

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

Book Pauk 6 lat temu
rodzic
commit
dc0d87850c
1 zmienionych plików z 4 dodań i 0 usunięć
  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();