From 63861789de0e8fcf623e3729c65c0729bf3f2638 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 23 Aug 2019 13:38:23 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/HistoryPage/HistoryPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/components/Reader/HistoryPage/HistoryPage.vue b/client/components/Reader/HistoryPage/HistoryPage.vue index 49e576d3..87ebc299 100644 --- a/client/components/Reader/HistoryPage/HistoryPage.vue +++ b/client/components/Reader/HistoryPage/HistoryPage.vue @@ -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;