jdittrich / quickMockup

HTML based interface mockups
https://jdittrich.github.io/quickMockup/
MIT License
517 stars 97 forks source link

Moving multiple selections into Container #68

Open AlaaSarhan opened 4 years ago

AlaaSarhan commented 4 years ago

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