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

This commit is contained in:
Book Pauk
2020-11-14 23:32:39 +07:00
parent 81912babeb
commit 084df35184

View File

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