[O] Scroll to top on page change

This commit is contained in:
Hykilpikonna
2019-11-10 13:22:15 -05:00
parent 624158f3d4
commit 2938621b73
+3
View File
@@ -106,6 +106,9 @@ export default class Navigation extends Vue
// Update title
document.title = 'Veracross Analyzer - ' + this.getTitle(newIndex);
// Scroll to top
window.scrollTo(0, 0);
}
/**