Fixed #1077 - Scrollpanel - Cannot read property classList

pull/1196/head^2
mertsincan 2021-05-12 13:50:03 +03:00
parent ef21283bf4
commit 7b33b84e18
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;
frame(f); return frame(f);
}, },
refresh() { refresh() {
this.moveBar(); this.moveBar();