Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from unchartedsoftware/bugfix/DCE-1826-use-zde…
Browse files Browse the repository at this point in the history
…pth-on-mouse-over-node

[DCE-1826] Use zdepth function for mouse over node event too.
  • Loading branch information
donmarks authored Jan 21, 2020
2 parents ba433b0 + 1f052b6 commit d1fe3aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cueUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,7 @@ module.exports = function (params, cy, api) {
// if we are in a groups child
const parent = node.parent();
if (parent.length > 0) {
hoveredGroup = node.parent();
refreshCanvasImages();
drawCueOnHighestZDepthGroup(e);
}
}
});
Expand Down

0 comments on commit d1fe3aa

Please sign in to comment.