Skip to content

Commit

Permalink
JBPM-8835 : Improve Performance of Copy / Paste, Dragging, Creating N…
Browse files Browse the repository at this point in the history
…odes, etc
  • Loading branch information
inodeman committed Nov 19, 2019
1 parent 19d65dc commit a5e41be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ private void attachHandlers(final DragProxyCallback callback) {
root.addDomHandler(event -> onMouseUp(event, callback),
MouseUpEvent.getType())
);
}, 1000);
}, 200);

// Keyboard event registration & handling..
register(root.addDomHandler(this::onKeyDown,
Expand Down

0 comments on commit a5e41be

Please sign in to comment.