loadScrollChanges in 100ms (was 300)
parent
579176c084
commit
60f9f4bac0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -357,7 +357,7 @@ export default {
|
|||
if (this.currentStart === startIndex && this.currentEnd === endIndex) {
|
||||
this.loadScrollChanges(startIndex, endIndex);
|
||||
}
|
||||
}, 300);
|
||||
}, 100);
|
||||
},
|
||||
|
||||
/** Load image data for given view */
|
||||
|
|
Loading…
Reference in New Issue