@neo4j-nvl/interaction-handlers
Advanced tools
Comparing version 0.2.58 to 0.2.59
@@ -52,3 +52,3 @@ import { difference } from 'lodash'; | ||
const hits = this.nvlInstance.getHits(event, difference(['node', 'relationship'], this.targets), { | ||
hitNodeMarginWidth: this.currentOptions.excludeNodeMargin ? NODE_EDGE_WIDTH : 0 | ||
hitNodeMarginWidth: this.currentOptions.excludeNodeMargin === true ? NODE_EDGE_WIDTH : 0 | ||
}); | ||
@@ -55,0 +55,0 @@ if (hits.nvlTargets.nodes.length > 0 || hits.nvlTargets.relationships.length > 0) { |
{ | ||
"name": "@neo4j-nvl/interaction-handlers", | ||
"version": "0.2.58", | ||
"version": "0.2.59", | ||
"license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
269483