Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Added link (edge) details on 'mouseover' and selection on 'click'
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu Popa <[email protected]>
  • Loading branch information
lcpopa committed May 10, 2022
1 parent 91b71d7 commit d038367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happi-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class HappiGraph extends PolymerElement {
}

disconnectedCallback() {
this.removeEventListener(this, this.mousePositionEventListener);
this.removeEventListener('mousemove', this.mousePositionEventListener);
}

initGraph() {
Expand Down

0 comments on commit d038367

Please sign in to comment.