Pārlūkot izejas kodu

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

Book Pauk 4 gadi atpakaļ
vecāks
revīzija
084df35184

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

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