Поправлен баг

This commit is contained in:
Book Pauk
2022-07-10 20:07:33 +07:00
parent 33fc553c55
commit 4775d6e47b

View File

@@ -89,6 +89,7 @@ class BookManager {
if (!book.deleted && key !== newKey) {
this.recent[newKey] = _.cloneDeep(book);
this.recent[newKey].key = newKey;
book.deleted = 1;
}
}