mirror of https://github.com/apache/nifi.git
NIFI-4271 - Revert double-click behavior back...
...to delete a bend point Signed-off-by: Scott Aslan <scottyaslan@gmail.com> This closes #2064
This commit is contained in:
parent
ee3b58368d
commit
e44f436bd8
|
@ -754,7 +754,7 @@
|
|||
// update URL deep linking params
|
||||
nfCanvasUtils.setURLParameters();
|
||||
})
|
||||
.call(nfContextMenu.activate).call(nfQuickSelect.activate);
|
||||
.call(nfContextMenu.activate);
|
||||
|
||||
// update the midpoints
|
||||
nfCanvasUtils.transition(midpoints, transition)
|
||||
|
|
Loading…
Reference in New Issue