Explorar o código

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

Book Pauk %!s(int64=4) %!d(string=hai) anos
pai
achega
084df35184
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
     }