From 15eafe2c71cdc8de5ece21e25f6c4a365b57640e Mon Sep 17 00:00:00 2001 From: akhuoa Date: Tue, 6 Jan 2026 13:30:22 +1300 Subject: [PATCH] Open connectivity info for paths click on all viewing modes --- src/components/FlatmapVuer.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/FlatmapVuer.vue b/src/components/FlatmapVuer.vue index 8944c0d5..ed75cfac 100644 --- a/src/components/FlatmapVuer.vue +++ b/src/components/FlatmapVuer.vue @@ -2158,18 +2158,7 @@ export default { }); } else { // clicking on paths - const searchTerms = resources.join(); - - // for neuron connection mode "all" - if (this.connectionType.toLowerCase() === 'all') { - this.$emit('neuron-connection-feature-click', { - filters: [], - search: searchTerms, - }); - } else { - // for neuron connection mode "origin", "via" and "destination" - await this.openConnectivityInfo(data); - } + await this.openConnectivityInfo(data); } } else { await this.openConnectivityInfo(data);