Мелкий рефакторинг
This commit is contained in:
@@ -314,7 +314,6 @@ class Reader extends Vue {
|
|||||||
this.$refs.historyPage.updateTableData();
|
this.$refs.historyPage.updateTableData();
|
||||||
}
|
}
|
||||||
|
|
||||||
(async() => {
|
|
||||||
const oldBook = this.mostRecentBookReactive;
|
const oldBook = this.mostRecentBookReactive;
|
||||||
const newBook = bookManager.mostRecentBook();
|
const newBook = bookManager.mostRecentBook();
|
||||||
|
|
||||||
@@ -337,7 +336,6 @@ class Reader extends Vue {
|
|||||||
} else {
|
} else {
|
||||||
this.debouncedSaveRecent();
|
this.debouncedSaveRecent();
|
||||||
}
|
}
|
||||||
})();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user