I have this tree in ExtJs/ExtReact and I need the old contextMenu
functionality which is nowhere to be found in these new versions so I decided to implement it. If you look at the demo you can see there is an event being fired (the node gets darker) when a right click is done on a node. I need to catch that event and create a custom context menu but the problem is that I can't find the event name anywhere in the events list.
Any ideas?