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
When I first started working on dragAndDrop I tried to add composable components instead of wrappers, but for some reason dragDropMonitor was not firing did-stop-dragging event and thus the calendar should remain in a drag state even after we had dropped. Further research and experimentation is needed here. Composable components IMO will clean up the codebase as well.
The text was updated successfully, but these errors were encountered:
When I first started working on
dragAndDrop
I tried to add composable components instead of wrappers, but for some reasondragDropMonitor
was not firingdid-stop-dragging
event and thus the calendar should remain in a drag state even after we had dropped. Further research and experimentation is needed here. Composable components IMO will clean up the codebase as well.The text was updated successfully, but these errors were encountered: