Skip to content
Snippets Groups Projects
Commit 237c4573 authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #809

parent 02c7f20d
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.
Please register or to comment