Revert "Fixed #726 - ScrollPanel: Cannot read property 'classList' of null"

This reverts commit f5de73de8f.
pull/1196/head^2
mertsincan 2021-05-12 13:48:53 +03:00
parent f5de73de8f
commit ef21283bf4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export default {
}, },
requestAnimationFrame(f) { requestAnimationFrame(f) {
let frame = window.requestAnimationFrame || this.timeoutFrame; let frame = window.requestAnimationFrame || this.timeoutFrame;
return frame(f); frame(f);
}, },
refresh() { refresh() {
this.moveBar(); this.moveBar();