Skip to content

Commit 32f5786

Browse files
authored
Merge pull request #3263 from cytoscape/fix/cxt-events-re-exts
Fix re. cxt events (& context menu extension)
2 parents 4639c6c + f8fb052 commit 32f5786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions/renderer/base/load-listeners.js

+1
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@ BRp.load = function(){
10461046
r.hoverData.dragDelta = [];
10471047
r.hoverData.mdownPos = null;
10481048
r.hoverData.mdownGPos = null;
1049+
r.hoverData.which = null;
10491050

10501051
}, false );
10511052

0 commit comments

Comments
 (0)