Closed bartvde closed 10 years ago
seems to be caused in canvasMouseUp, mouseMode is 5 and selection does not get cleared
if (/*me.mouseMode === 0 &&*/ me.mousedownLink === null) {
ah mouseMode is 5 since the editor is shown, this is different from node-red where they resetted the mouseMode after the modal editor was closed
but this should also clear the editor of course
so select a process input
click somewhere empty in the canvas, node stays selected click again, node gets unselected