瀏覽代碼

Merge branch 'release/0.11.1-2'

Book Pauk 3 年之前
父節點
當前提交
4db3cd24df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Reader/Reader.vue

+ 1 - 1
client/components/Reader/Reader.vue

@@ -310,7 +310,7 @@ class Reader {
                 await this.$nextTick();
                 await this.$nextTick();
                 this.paramPosIgnore = false;
                 this.paramPosIgnore = false;
             }
             }
-        }, 500, {maxWait: 5000});
+        }, 250, {maxWait: 5000});
 
 
         this.scrollingSetRecentBook = _.debounce((newValue) => {
         this.scrollingSetRecentBook = _.debounce((newValue) => {
             this.debouncedSetRecentBook(newValue);
             this.debouncedSetRecentBook(newValue);