mirror of
https://github.com/node-red/node-red
synced 2024-11-22 16:33:24 +00:00
Merge pull request #4553 from lgrkvst/dev
Allow RED.view.select to select links
This commit is contained in:
commit
7ee2b93b10
@ -6247,6 +6247,10 @@ RED.view = (function() {
|
||||
}
|
||||
})
|
||||
}
|
||||
if (selection.links) {
|
||||
selectedLinks.clear();
|
||||
selection.links.forEach(selectedLinks.add);
|
||||
}
|
||||
}
|
||||
}
|
||||
updateSelection();
|
||||
|
Loading…
Reference in New Issue
Block a user