This commit is contained in:
Christian Lagerkvist
2024-01-30 10:37:52 +01:00
committed by GitHub
parent f66b48e586
commit cc611a7a02

View File

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