Мелкая поправка

This commit is contained in:
Book Pauk
2019-08-23 13:38:23 +07:00
parent 086c353eff
commit 63861789de

View File

@@ -142,7 +142,8 @@ class HistoryPage extends Vue {
if (bookManager.loaded) {
await this.updateTableData(10);
await utils.sleep(1800);
if (bookManager.getSortedRecent().length > 10)
await utils.sleep(1800);
} else {
let i = 0;
let j = 5;