@abi-software/flatmapvuer 1.12.1 → 1.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "dist/*",
@@ -2158,18 +2158,7 @@ export default {
2158
2158
  });
2159
2159
  } else {
2160
2160
  // clicking on paths
2161
- const searchTerms = resources.join();
2162
-
2163
- // for neuron connection mode "all"
2164
- if (this.connectionType.toLowerCase() === 'all') {
2165
- this.$emit('neuron-connection-feature-click', {
2166
- filters: [],
2167
- search: searchTerms,
2168
- });
2169
- } else {
2170
- // for neuron connection mode "origin", "via" and "destination"
2171
- await this.openConnectivityInfo(data);
2172
- }
2161
+ await this.openConnectivityInfo(data);
2173
2162
  }
2174
2163
  } else {
2175
2164
  await this.openConnectivityInfo(data);