Current behavior
GIVEN multiple elements are selected on canvas
WHEN I drag those elements into a Container
THEN only the primary selection is added to the container
Desired behavior
GIVEN multiple elements are selected on canvas
WHEN I drag those elements into a Container
THEN all selected elements are added to container if they all are inside on drop, or none get added at all otherwise
Current behavior
GIVEN multiple elements are selected on canvas
WHEN I drag those elements into a
ContainerTHEN only the primary selection is added to the container
Desired behavior
GIVEN multiple elements are selected on canvas
WHEN I drag those elements into a
ContainerTHEN all selected elements are added to container if they all are inside on drop, or none get added at all otherwise