Улучшение отображения загрузки списка недавних

This commit is contained in:
Book Pauk
2019-08-22 23:37:55 +07:00
parent 0c654d9346
commit 696f434c90
2 changed files with 32 additions and 19 deletions

View File

@@ -392,7 +392,7 @@ class Reader extends Vue {
if (eventName == 'recent-changed') {
if (this.historyActive) {
this.$refs.historyPage.updateTableData();
await this.$refs.historyPage.updateTableData();
}
const oldBook = this.mostRecentBookReactive;