Поправлен баг
This commit is contained in:
@@ -89,6 +89,7 @@ class BookManager {
|
|||||||
|
|
||||||
if (!book.deleted && key !== newKey) {
|
if (!book.deleted && key !== newKey) {
|
||||||
this.recent[newKey] = _.cloneDeep(book);
|
this.recent[newKey] = _.cloneDeep(book);
|
||||||
|
this.recent[newKey].key = newKey;
|
||||||
book.deleted = 1;
|
book.deleted = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user