Draggable container can't be dragged if pointer is over children

Hi, I just created a container that can be dragged, it has images as children, but the problem is that if you try to drag it by clicking over one of it’s children, it won’t be dragged, I want the container to be draggable even if you’re dragging it’s children, but the drag event isn’t being triggered over them.

this.input.setTopOnly(false);

Thank you! I didn’t find anything about that before xD