Moving multiple stacks issue v25.1

When multiple stacks are moved, one stack ends up inside the bottom stack.

1 Like

Hey there,

Would you mind sharing the sample document with us? We tried replicating, but having no luck so far.

The full context of the layer and stack setup might give us a hint about where the reparenting mistake might be happening.

Thanks in advance.

Here is the file
Test.sketch (184.0 KB)

1 Like

Alright, we know why it’s happening now.

There’s a mix of elements within the second which have Clip contents enabled (and some others are not).

So when the drag interaction starts, and you have one of these elements selected the app is wrongly reparenting them.

:light_bulb: Edit: I’ve also managed to replicate without Clip contents enabled on both elements.

We’ll forward the details and the case to the team so they can check it out!