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
I have a large Droppable which has multiple smaller Droppables inside of it. Either are valid targets.
Once the mouse moves into the parent Droppable, isOver gets set to true. Once the mouse moves into a child Droppable, isOver on the parent gets set to false, and isOver on the child gets set to true, as you'd expect. However, when I move out of the child (and the cursor is still within the parent), then my parent does not get isOver set back to true.
I have a large
Droppable
which has multiple smallerDroppable
s inside of it. Either are valid targets.Once the mouse moves into the parent Droppable,
isOver
gets set to true. Once the mouse moves into a child Droppable,isOver
on the parent gets set to false, andisOver
on the child gets set to true, as you'd expect. However, when I move out of the child (and the cursor is still within the parent), then my parent does not getisOver
set back to true.Any thoughts? Thanks.
My parent droppable is very straightforward:
The text was updated successfully, but these errors were encountered: