Преглед изворни кода

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();
                 this.paramPosIgnore = false;
             }
-        }, 500, {maxWait: 5000});
+        }, 250, {maxWait: 5000});
 
         this.scrollingSetRecentBook = _.debounce((newValue) => {
             this.debouncedSetRecentBook(newValue);