update Scroll
This commit is contained in:
parent
8fc450f564
commit
46f37a1414
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
// just to improve feeling of loading and avoid scroll trailing events fired by the browser
|
// just to improve feeling of loading and avoid scroll trailing events fired by the browser
|
||||||
waitOneSecond() {
|
waitOneSecond() {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
setTimeout(resolve, 2000);
|
setTimeout(resolve, 1000);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue