diff --git a/client/components/Reader/Reader.vue b/client/components/Reader/Reader.vue index 4709b1a8..198c1455 100644 --- a/client/components/Reader/Reader.vue +++ b/client/components/Reader/Reader.vue @@ -310,7 +310,7 @@ class Reader { await this.$nextTick(); this.paramPosIgnore = false; } - }, 500, {maxWait: 5000}); + }, 250, {maxWait: 5000}); this.scrollingSetRecentBook = _.debounce((newValue) => { this.debouncedSetRecentBook(newValue);