mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix select-all action in main view
This commit is contained in:
parent
6f08bd6fc5
commit
460e3ad395
@ -1412,11 +1412,11 @@ RED.view = (function() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
if (!n.selected) {
|
||||||
if (!n.selected) {
|
n.selected = true;
|
||||||
n.selected = true;
|
n.dirty = true;
|
||||||
n.dirty = true;
|
moving_set.push({n:n});
|
||||||
moving_set.push({n:n});
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (mouse_mode !== RED.state.SELECTING_NODE && activeSubflow) {
|
if (mouse_mode !== RED.state.SELECTING_NODE && activeSubflow) {
|
||||||
|
Loading…
Reference in New Issue
Block a user