When we drag & drop some values from part A to the right part, B, C, or D, we’d like the values would be left on the part A. For example, if we drag “bbb” from A and drop it at B, “bbb” would left where it was.
We’d like to put ‘bbb’ to C and D even though we already put ‘bbb’ to A.
When we put ‘bbb’ from A to B and put ‘bbb’ from A to B again, it shouldn’t be repeated, which means it should be shown only once. It is same as C and D part.
Question #3, I’d explain.
I wonder how not to duplicate the value from A.
I mean when I DnDn the value from A part several time, they are duplicated to part B as much as I DnD.
I want the value to be added to the part B only once.