Skip to content

Commit

Permalink
Merge pull request #3263 from cytoscape/fix/cxt-events-re-exts
Browse files Browse the repository at this point in the history
Fix re. cxt events (& context menu extension)
  • Loading branch information
maxkfranz committed Aug 7, 2024
2 parents 4639c6c + f8fb052 commit 32f5786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/renderer/base/load-listeners.js
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ BRp.load = function(){
r.hoverData.dragDelta = [];
r.hoverData.mdownPos = null;
r.hoverData.mdownGPos = null;
r.hoverData.which = null;

}, false );

Expand Down

0 comments on commit 32f5786

Please sign in to comment.