FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Dragging external element into nested FlexLayout

Open waynewee opened this issue 7 months ago • 0 comments

Describe the bug

Is it possible to drag an element into a FlexLayout which is the child of another FlexLayout?

Currently, the drag events of the parent block this from happening. Is there a way to remove the drag events from the parent altogether so the drag events of the child get triggered?

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Create a FlexLayout within another
  2. Try to drag something within the child FlexLayout
  3. Only the parent's drag events fire

Expected behavior

I guess this is expected behavior, but wondering if there's a way around it.

Operating System

Windows

Browser Type?

Edge

Browser Version

137.0.3296.62

Screenshots or Videos

not allowed due to company policy

Additional context

No response

waynewee avatar Jul 03 '25 03:07 waynewee