Bläddra i källkod

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

Book Pauk 4 år sedan
förälder
incheckning
084df35184
1 ändrade filer med 0 tillägg och 1 borttagningar
  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();
     }