pull/4553/head
Christian Lagerkvist 2024-01-30 10:37:52 +01:00 committed by GitHub
parent f66b48e586
commit cc611a7a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -6247,6 +6247,10 @@ RED.view = (function() {
}
})
}
if (selection.links) {
selectedLinks.clear();
selection.links.forEach(selectedLinks.add);
}
}
}
updateSelection();