Поправки багов
This commit is contained in:
@@ -512,7 +512,7 @@ class Reader extends Vue {
|
||||
}
|
||||
}
|
||||
|
||||
if (eventName == 'set-recent') {
|
||||
if (eventName == 'set-recent' || eventName == 'recent-deleted') {
|
||||
const oldBook = this.mostRecentBookReactive;
|
||||
const newBook = bookManager.mostRecentBook();
|
||||
if (oldBook && newBook) {
|
||||
|
||||
Reference in New Issue
Block a user