Skip to content
Discussion options

You must be logged in to vote

I found reason for this issue,

Recently GLSP has added DefaultTypes.GRAPH SVG type.
configureModelElement(context, DefaultTypes.GRAPH, GLSPGraph, GLSPProjectionView).

But I disabled move feature of DefaultTypes.GRAPH type which is the root cause for this issue.
configureModelElement(context, DefaultTypes.GRAPH, GLSPGraph, GLSPProjectionView, { disable: [moveFeature] });

So, this issue is resolved

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sathya-1994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant