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