Merge branch 'dev' into 3934-csv-rfc4180

This commit is contained in:
Steve-Mcl 2024-02-09 20:33:49 +00:00
commit 5a48d6d4cd

View File

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