loadScrollChanges in 100ms (was 300)

pull/37/head
Varun Patil 2022-09-11 23:18:35 -07:00
parent 579176c084
commit 60f9f4bac0
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -357,7 +357,7 @@ export default {
if (this.currentStart === startIndex && this.currentEnd === endIndex) { if (this.currentStart === startIndex && this.currentEnd === endIndex) {
this.loadScrollChanges(startIndex, endIndex); this.loadScrollChanges(startIndex, endIndex);
} }
}, 300); }, 100);
}, },
/** Load image data for given view */ /** Load image data for given view */