@neo4j-nvl/interaction-handlers
Advanced tools
Comparing version 0.2.59 to 0.2.60
@@ -122,5 +122,5 @@ import { BaseInteraction } from './base'; | ||
this.removeEventListener('click', this.handleClick, true); | ||
this.removeEventListener('dblclick', this.handleClick, true); | ||
this.removeEventListener('dblclick', this.handleDoubleClick, true); | ||
this.removeEventListener('contextmenu', this.handleRightClick, true); | ||
}; | ||
} |
{ | ||
"name": "@neo4j-nvl/interaction-handlers", | ||
"version": "0.2.59", | ||
"version": "0.2.60", | ||
"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
269489
11