quickMockup
quickMockup copied to clipboard
Moving multiple selections into Container
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