Unable to move a container into another

Bricks Version: 1.3.4
Browser: Chrome 93.0.4577.82
OS: macOS / Windows

Hey,

currently I am not able to move existing containers into a new container which I placed in another container.

Start:

<container-1>
    <container-2>
    </container-2>
    <container-3>
    </container-3>
</container-1>

Adding a new container to the existing one:

<container-1>
    <container-2>
    </container-2>
    <container-3>
    </container-3>
    <container-new>
    </container-new>
</container-1>

Trying to move container 2 and 3 into the new one:

= not possible

Any idea how to fix this?

One option is to create new containers into the new one.
Afterwards I was able to move the other containers into the new one.

Hi @creativebag,

you‘re right. One option is to put another element inside the container temporarily (doesn’t matter which one, e.g. a heading).

There is also a work in progress bug related to the drag function, which “freezes” the structure panel. If that´s the case, save and reload the tab and everything works fine again.