[O] Don't update history for initial update

This commit is contained in:
Hykilpikonna
2019-10-20 21:31:22 -04:00
parent 6bbbe9cece
commit f023c724fa
+1 -1
View File
@@ -28,7 +28,7 @@ export default class Navigation extends Vue
window.history.replaceState({lastTab: url.substring(1)}, '', url);
// Update initial index
this.updateIndex(url.substring(1));
this.updateIndex(url.substring(1), false);
// Create history state listener
window.onpopstate = e =>