mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix node multi-select mode
This commit is contained in:
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
Block a user