Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Add hiding edge tooltip when a node is hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelio committed Jul 5, 2018
1 parent 01b3fc6 commit 0242a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/network/modules/InteractionHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ class InteractionHandler {
for (let i = 0; i < nodeIndices.length; i++) {
node = nodes[nodeIndices[i]];
if (node.isOverlappingWith(pointerObj) === true) {
nodeUnderCursor = true;
if (node.getTitle() !== undefined) {
overlappingNodes.push(nodeIndices[i]);
}
Expand Down

0 comments on commit 0242a4a

Please sign in to comment.