You've already forked AstralRinth
forked from didirus/AstralRinth
Fix bugs with threads (#1288)
* Fix bugs with threads * remove modpack warning * add back msg * update project reveue info * Add faq
This commit is contained in:
@@ -476,6 +476,10 @@ export default defineNuxtComponent({
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
if (process.client && window) {
|
||||
window.history.scrollRestoration = 'auto'
|
||||
}
|
||||
|
||||
this.runAnalytics()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user