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

Force remove trailing divider from last menu item #56

Closed msalihaltun closed 3 years ago

msalihaltun commented 3 years ago

This problem should be handled at rendering level since menu items can be dynamically hidden/shown.

msalihaltun commented 3 years ago

I have now realized there is no easy way to implement this without major changes. May leave it up until later and come back to it.

msalihaltun commented 3 years ago

@hasanbalci can you confirm that it works?

hasanbalci commented 3 years ago

@msalihaltun Thanks, it works!