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 {
const selectedId = to.params?.id;
this.selectStructuralElement(selectedId);
window.scrollTo({ top: 0 });
},
async structuralElements(newElements, oldElements) {
// compute order of structural elements once more
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment