From f5dfa580db15f45deaefb25ddfce410f9882676b Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Thu, 28 Jul 2016 11:50:30 -0400 Subject: [PATCH] [NIFI-2348] When processor is selected, can now copy id from palette --- .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js index 54d5845aa8..d7729993d4 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js @@ -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