-
Notifications
You must be signed in to change notification settings - Fork 5
Description
It could be useful to have the possibility to increase the weight of an atom in a mapping, as sometimes we want to include only 1/2 atom in a certain bead.
Not sure what's the best way to implement it, but I can think of these possibilities:
right now the first click on an atom assigns to the current bead, while a subsequent click on the same atom removes it from the current bead. This could be modified in a way that by clicking again on an atom this does not get removed from the bead immediately but, at first, its weight on the current bead gets increased (this could be limited to a max weight of 3 I think): so the first click gives weight 1, the 2nd gives weight 2, the third 3rd 3, and the 4th click removes the atom from the bead
having some drop-down menu somewhere