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