Fixed #726 - ScrollPanel: Cannot read property 'classList' of null
parent
3ac89d0b9a
commit
f5de73de8f
|
@ -153,7 +153,7 @@ export default {
|
||||||
},
|
},
|
||||||
requestAnimationFrame(f) {
|
requestAnimationFrame(f) {
|
||||||
let frame = window.requestAnimationFrame || this.timeoutFrame;
|
let frame = window.requestAnimationFrame || this.timeoutFrame;
|
||||||
frame(f);
|
return frame(f);
|
||||||
},
|
},
|
||||||
refresh() {
|
refresh() {
|
||||||
this.moveBar();
|
this.moveBar();
|
||||||
|
|
Loading…
Reference in New Issue