Increase wait time for lower spec hardware

This commit is contained in:
Preston 2022-02-07 23:55:39 -05:00 committed by GitHub
parent c45a585db1
commit f6c1b0e8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
},