Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Disabling option + node click and move

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles