Browse Source

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

Book Pauk 3 years ago
parent
commit
4775d6e47b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/components/Reader/share/bookManager.js

+ 1 - 0
client/components/Reader/share/bookManager.js

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