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
|
// This is kinda ugly, but should fix a few existing issues
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.scrollTo(0, scrollPos)
|
window.scrollTo(0, scrollPos)
|
||||||
}, 100)
|
}, 200)
|
||||||
}, 100)
|
}, 100)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue