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
Currently, EuiDraggable knows about its current dragging state (isDragging) and EuiDroppable knows about whether it is currently a valid drop target (isDraggingOver).
We need an extra data point—likely on EuiDragDropContextContext—to provide higher-level awareness that something is currently dragging, exclusive of direct relationships.
Relatedly, we'll need a mechanism by which to expose this and other context data, most likely via render prop parameters, similar to react-beautiful-dnd's snapshot
The text was updated successfully, but these errors were encountered:
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment.
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment.
Currently,
EuiDraggable
knows about its current dragging state (isDragging
) andEuiDroppable
knows about whether it is currently a valid drop target (isDraggingOver
).We need an extra data point—likely on
EuiDragDropContextContext
—to provide higher-level awareness that something is currently dragging, exclusive of direct relationships.Relatedly, we'll need a mechanism by which to expose this and other context data, most likely via render prop parameters, similar to react-beautiful-dnd's
snapshot
The text was updated successfully, but these errors were encountered: