mirror of https://github.com/apache/nifi.git
[NIFI-2348] When processor is selected, can now copy id from palette
This commit is contained in:
parent
da5e468489
commit
f5dfa580db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue