Kaynağa Gözat

Небольшое улучшение

Book Pauk 3 yıl önce
ebeveyn
işleme
8492da8a13

+ 3 - 0
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -506,6 +506,9 @@ class RecentBooksPage {
     }
     }
 
 
     async loadBook(item) {
     async loadBook(item) {
+        //чтобы не обновлять лишний раз updateTableData
+        this.inited = false;
+
         if (item.deleted)
         if (item.deleted)
             await this.handleRestore(item.key);
             await this.handleRestore(item.key);