Мелкий рефакторинг
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user