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 basic a calendar where each Day is a Droppable. However if I drag an item onto any day, then ALL Droppables think isOver is true, when only the Droppable I'm hovering over should have isOver === true.
I have a basic a calendar where each Day is a
Droppable. However if I drag an item onto any day, then ALL Droppables thinkisOveris true, when only the Droppable I'm hovering over should haveisOver === true.