Browse Source

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

Book Pauk 6 years ago
parent
commit
dc0d87850c
1 changed files with 4 additions and 0 deletions
  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();