Skip to content
Snippets Groups Projects
Commit 9348418c authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #809

parent 145430af
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,7 @@ export default { ...@@ -129,6 +129,7 @@ export default {
const selectedId = to.params?.id; const selectedId = to.params?.id;
this.selectStructuralElement(selectedId); this.selectStructuralElement(selectedId);
window.scrollTo({ top: 0 });
}, },
async structuralElements(newElements, oldElements) { async structuralElements(newElements, oldElements) {
// compute order of structural elements once more // compute order of structural elements once more
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment