I am using the custom context menu based on the reference https://gojs.net/latest/samples/customContextMenu.html
Context menu is showing and hiding based on the button click and positioning also works fine. The only issue is click, currently the context menu shows only on right click. But i need to show the context menu just on click instead of right click.
Please any reference to implement on click behaviour.