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

This commit is contained in:
Book Pauk
2022-07-14 03:51:59 +07:00
parent 98d7c64a56
commit 8492da8a13

View File

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