[NIFI-2348] When processor is selected, can now copy id from palette

This commit is contained in:
Scott Aslan 2016-07-28 11:50:30 -04:00 committed by joewitt
parent da5e468489
commit f5dfa580db
1 changed files with 0 additions and 3 deletions

View File

@ -553,9 +553,6 @@ nf.Canvas = (function () {
// ctrl-c
if (nf.Canvas.canWrite() && nf.CanvasUtils.isCopyable(selection)) {
nf.Actions.copy(selection);
// only want to prevent default if the action was performed, otherwise default copy would be overridden
evt.preventDefault();
}
} else if (evt.keyCode === 86) {
// ctrl-v