You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: