Browse Source

Мелкий рефакторинг

Book Pauk 4 năm trước cách đây
mục cha
commit
084df35184
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/components/Reader/ContentsPage/ContentsPage.vue

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

@@ -177,7 +177,6 @@ class ContentsPage extends Vue {
 
     async setBookPos(newValue) {
         this.$emit('book-pos-changed', {bookPos: newValue});
-        await this.$nextTick();
         this.close();
     }