@MJ wrote:
Hello,
When I drag, I want the node to be selected without the diagram moving.
I applied the code below but it does not work.
this.myDiagram.toolManager.draggingTool.isEnabled = false;
this.myDiagram.toolManager.dragSelectingTool.isEnabled = true;How can I fix it?
Thanks,
Mun
Posts: 8
Participants: 2