[O] Don't update history for initial update
This commit is contained in:
@@ -28,7 +28,7 @@ export default class Navigation extends Vue
|
|||||||
window.history.replaceState({lastTab: url.substring(1)}, '', url);
|
window.history.replaceState({lastTab: url.substring(1)}, '', url);
|
||||||
|
|
||||||
// Update initial index
|
// Update initial index
|
||||||
this.updateIndex(url.substring(1));
|
this.updateIndex(url.substring(1), false);
|
||||||
|
|
||||||
// Create history state listener
|
// Create history state listener
|
||||||
window.onpopstate = e =>
|
window.onpopstate = e =>
|
||||||
|
|||||||
Reference in New Issue
Block a user