mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-12 20:49:33 +01:00
Increase wait time for lower spec hardware
This commit is contained in:
parent
c45a585db1
commit
f6c1b0e8a1
@ -52,7 +52,7 @@ export default Vue.extend({
|
||||
// This is kinda ugly, but should fix a few existing issues
|
||||
setTimeout(() => {
|
||||
window.scrollTo(0, scrollPos)
|
||||
}, 100)
|
||||
}, 200)
|
||||
}, 100)
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user