iVis-at-Bilkent / cytoscape.js-context-menus

A Cytoscape.js extension to provide context menu around elements and core instance
MIT License
87 stars 41 forks source link

multiple event types #65

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 2 years ago

I would like to open the menu with a right click with a mouse, but with taphold on a touchscreen. Is it is possible to use multiple events or could this be added?

KonradHoeffner commented 2 years ago

evtType: 'cxttap taphold' seems to do the trick.