Cytoscape - Div not propagating right cicks #3107
Unanswered
jyosnabalgi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All ,
I am using cytoscape core in my vue application and it appears that the cytoscape div does not propagate the rightclick event. Can somebody let me know how to show the default browser right click menu upon right clicking on cy?
Are all events prevented from being defaulted within cytoscape?
Thanks in Advance
This what I have tried:
Edit: I managed to do this to override the default suppression of right click menu
this.cy.container()?.addEventListener('contextmenu', (e)=>{e.stopImmediatePropagation()}, true);
How do I enable the full right-click menu pls?
Beta Was this translation helpful? Give feedback.
All reactions