Skip to content
Snippets Groups Projects
Commit 21c8b659 authored by Harm Kube's avatar Harm Kube
Browse files

Once opened categories stay open when switching node

parent 30e9dae9
No related branches found
No related tags found
No related merge requests found
Pipeline #55570 passed
...@@ -132,9 +132,9 @@ class NodeNeighborOverlay { ...@@ -132,9 +132,9 @@ class NodeNeighborOverlay {
clearTabContentPages() { clearTabContentPages() {
for (const page of Object.values(this.tabContentPages)) { for (const page of Object.values(this.tabContentPages)) {
jQuery(page.list).empty(); jQuery(page.list).empty();
if(page.style.display === "flex") { /*if(page.style.display === "flex") {
page.style.display = "none"; page.style.display = "none";
} }*/
} }
} }
......
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