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

fix warning about unique keys for edit menu helix rolls #906

Closed dave-doty closed 1 year ago

dave-doty commented 1 year ago

Currently (on the dev branch) we get this warning:

image

I'm confused because the line it refers to (menu.dart, line 571) shows a MenuDropdownRight component that does have its own unique key, as far as I can tell, as do its children. But maybe somewhere else we accidentally have the same key?

dave-doty commented 1 year ago

I think this is now fixed. (See commit b82a8e9)