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:
yuri1969 2017-08-07 20:28:38 +02:00 committed by Scott Aslan
parent ee3b58368d
commit e44f436bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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)