Fix node multi-select mode

This commit is contained in:
Nick O'Leary 2019-05-24 10:26:00 +01:00
parent 245e06f026
commit 32714c5dac
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
});
}