mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #3267 from node-red-hitachi/fix-link-target-select
fix to show link target when selected
This commit is contained in:
commit
279fcb7c51
@ -4421,6 +4421,9 @@ RED.view = (function() {
|
||||
n.selected = true;
|
||||
n.dirty = true;
|
||||
movingSet.add(n);
|
||||
if (targets.length === 1) {
|
||||
RED.view.reveal(n.id);
|
||||
}
|
||||
});
|
||||
updateSelection();
|
||||
redraw();
|
||||
|
Loading…
Reference in New Issue
Block a user