jdittrich / quickMockup

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

Elements being newly added are not grouped #69

Open jdittrich opened 4 years ago

jdittrich commented 4 years ago

current state GIVEN I drop an element from the sidebar on the main canvas, WHEN it is dropped above another element/container (which is larger than the dropped element) THEN the new element is added to the canvas, as its direct child (I guess)

Desired behavior … … THEN the new element is added as child to the container it was dropped on

(I wondered if this is a regression, but I guess I just never noticed)

AlaaSarhan commented 4 years ago

nope it's always been like this and wanted to create an issue for it before :+1: