Доработки BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-27 17:55:29 +07:00
parent 4b0e499c10
commit 629ad26d40
3 changed files with 6 additions and 8 deletions

View File

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