UC-Davis-molecular-computing / scadnano

Web application for designing DNA structures such as DNA origami.
https://scadnano.org
MIT License
22 stars 13 forks source link

assigning properties to several selected strands should leave strands selected #945

Open dave-doty opened 1 year ago

dave-doty commented 1 year ago

Select several strands and assign some "property" to them all of them, for instance, vendor fields:

image

Afterwards they should remain selected, but they are unselected:

image

This afflicts other "assignments" that can be done to multiple strands, e.g., assigning names.

dave-doty commented 10 months ago

Look at the file middleware/reselect_moved_copied_strands.dart for an example of how to do this, and read the comments for why it is necessary.