Небольшое улучшение
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user