Skip to content

Commit

Permalink
Reset r.hoverData.which flag
Browse files Browse the repository at this point in the history
Ref: 3.30.1 breaks cytoscape.js-context-menus #3262
  • Loading branch information
maxkfranz committed Jul 31, 2024
1 parent 4639c6c commit f8fb052
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 f8fb052

Please sign in to comment.