mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +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();
|
updateSelection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user