mirror of https://github.com/node-red/node-red.git
update for recent change of dev branch
parent
08ec04c889
commit
fa8236ee2c
|
|
@ -4565,7 +4565,8 @@ if (DEBUG_EVENTS) { console.warn("nodeMouseDown", mouse_mode,d); }
|
|||
if (force) {
|
||||
activeNodes = [];
|
||||
activeLinks = [];
|
||||
redraw();
|
||||
activeGroups = [];
|
||||
_redraw();
|
||||
}
|
||||
if (updateActive) {
|
||||
updateActiveNodes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue