mirror of https://github.com/node-red/node-red.git
Fix node multi-select mode
parent
245e06f026
commit
32714c5dac
|
@ -3730,7 +3730,7 @@ RED.view = (function() {
|
|||
class: "primary",
|
||||
click: function(e) {
|
||||
var selection = moving_set.map(function(n) { return n.n;});
|
||||
selectNodesOptions(selection);
|
||||
selectNodesOptions.done(selection);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue