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 am working on a calendar app, and switched to using the dev branch to workaround some issues I had.
I was surprised to discover that when using the dev 1.2.2 version, the onAdd callback does not always run when I drag a card from one list to another.
Here is a demo which uses the dev branch. I noticed that the only times where the onAdd callback gets fired are when I move a card over another card. But moving a card between days, without going over another card, does not fire the callback.
And here is an identical demo, but with the 1.2.1 version, which is working correctly.
Any ideas?
The text was updated successfully, but these errors were encountered:
I am working on a calendar app, and switched to using the dev branch to workaround some issues I had.
I was surprised to discover that when using the dev 1.2.2 version, the onAdd callback does not always run when I drag a card from one list to another.
Here is a demo which uses the dev branch. I noticed that the only times where the onAdd callback gets fired are when I move a card over another card. But moving a card between days, without going over another card, does not fire the callback.
And here is an identical demo, but with the 1.2.1 version, which is working correctly.
Any ideas?
The text was updated successfully, but these errors were encountered: