fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.07k stars 175 forks source link

Bug when dropping the event in same date #401

Closed donidemolli closed 2 years ago

donidemolli commented 2 years ago

When starting to drag an event in the calendar and then dropping it on the same date, the calendar gets in a stuck state. The item remains in a dragging state even though it is dropped, and no error log is shown in the console Versions: Angular 13

"@fullcalendar/angular": "^5.11.0", "@fullcalendar/daygrid": "^5.11.0", "@fullcalendar/interaction": "^5.11.0",

ezgif-1-cda08d075e

See the gif!

acerix commented 2 years ago

Would you be able to post a runnable, stripped-down demonstration of the bug? Would really appreciate it because the time saved reproducing will be time spent fixing.