Not able generate graph when glspSelectModule module is added #463
-
|
I am using GLSP server with GLSP's vscode extension(https://github.com/eclipse-glsp/glsp-vscode-integration). Instead of of using "@eclipse-glsp-examples/workflow-glsp" npm module, I copied it from https://github.com/eclipse-glsp/glsp-client/tree/master/examples/workflow-glsp (into packages folder) and added glspSelectModule(which is exported from '@eclipse-glsp/client' module). But I was not able to generate graphs. So, select functionality is not working. How fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
Either you don't add the |
Beta Was this translation helpful? Give feedback.
-
|
No, not that I can think of. Probably it is best to debug into the |
Beta Was this translation helpful? Give feedback.


No, not that I can think of. Probably it is best to debug into the
SelectMouseListener(from sprotty) and see why it doesn't send a select action.