@neo4j-nvl/interaction-handlers 0.2.59 → 0.2.61

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.
@@ -119,7 +119,7 @@ export class ClickInteraction extends BaseInteraction {
119
119
  destroy = () => {
120
120
  this.removeEventListener('mousedown', this.handleMouseDown, true);
121
121
  this.removeEventListener('click', this.handleClick, true);
122
- this.removeEventListener('dblclick', this.handleClick, true);
122
+ this.removeEventListener('dblclick', this.handleDoubleClick, true);
123
123
  this.removeEventListener('contextmenu', this.handleRightClick, true);
124
124
  };
125
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/interaction-handlers",
3
- "version": "0.2.59",
3
+ "version": "0.2.61",
4
4
  "license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",