Hi GoJS team,
I have a VS Code extension that opens a JSON file in a custom editor (iFrame) and runs a react app. This react app renders a GoJS diagram based on the contents of this JSON file.
When I upgrade my VS Code to a newer version, i.e. anything about 1.95, I notice that GoJS isn’t able to register context clicks anymore. Left-click selections work, dragging around nodes and links work fine. It’s just the right-click that is not registered.
The context click works fine in 1.95 of VS code and below, it registers the click and displays the context menu as expected.
I also have other react components (e.g. a MUI treeview) that handle left and right clicks fine. It’s just the GoJS diagram that doesn’t seem to be able to detect the right-click anymore.
Any idea what’s wrong and how I can fix this? I am using the latest version of GoJS: 3.0.16.
Thanks!!