How to create a Konva-React context menu
问题 To the best of my knowledge there isn't an easy/built in way with Konva to create a context menu for right clicking on objects. I am busy working on a project which requires the use of context menus, so I thought I'd just create my own. Needless to say I am fairly new to Konva, so I was hoping someone on SO might have more experience to help me get over the last hurdles. I have create a sandbox, located HERE The requirements are: An object should be draggable. (I copied a working example off