@jude wrote:
On my Mac, when I press the option button, and then click on a node and move it around, it copies the node. How can I stop this behaviour?
I tried using the CommandHandler as follows, but it didn't work:
diagram.commandHandler.doKeyDown = function() { return false; };
Posts: 2
Participants: 2