+
+
Connections
@@ -47,10 +47,11 @@
tabList: { class: '!border-0 !gap-4' },
activeBar: { class: '!hidden' }
}">
- tune
- hub
@@ -60,90 +61,6 @@
-
-
@@ -238,7 +155,6 @@ export default {
methods: {
change_section(val) {
var com = this;
-
if (com.tool_active && com.active_section == val) {
com.active_section = "";
com.$emit("tool_active_changed", false);
@@ -247,7 +163,6 @@ export default {
com.active_section = val;
com.$emit("tool_active_changed", true);
}
-
if (com.tool_active && com.active_section != val) {
com.active_section = val;
com.$emit("tool_active_changed", true);
@@ -292,48 +207,9 @@ export default {
select_node(value) {
this.emitter.emit("searchNode", { node: value, mode: this.mode });
},
-
// select_subset (nodes){
// this.emitter.emit("searchSubset", {subset:nodes, mode:this.mode});
// }
},
};
-
-
-
+
\ No newline at end of file