Преглед на файлове

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

Book Pauk преди 6 години
родител
ревизия
dc0d87850c
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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();