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