sprotty
sprotty copied to clipboard
Selected elements get lost when using scroll bars
I activated the GLSPProjectionView in the di-config.ts file using the following line of code
configureModelElement(context, DefaultTypes.GRAPH, GLSPGraph, GLSPProjectionView);
Now when I have an active selection of a node of the GGraph and then I use the scrollBars I lose the selection while I was expecting to mantain the previously selected elements.
Is it a configuration issue from my side or something else?
Thank you for all your work!