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’m using calendarkit-pro and noticed that when resizing an event, it’s easy to accidentally drag/move the event instead. It would be very helpful if the Scheduler component could temporarily disable dragging while resizing is in progress, and re-enable it once resizing ends. Ideally, this could be handled internally or exposed via props/event hooks (e.g., disableDragDuringResize, or onResizeStart/onResizeEnd).
This would greatly improve the UX for users who need to adjust event durations without accidentally moving them.
Hi!
I’m using calendarkit-pro and noticed that when resizing an event, it’s easy to accidentally drag/move the event instead. It would be very helpful if the Scheduler component could temporarily disable dragging while resizing is in progress, and re-enable it once resizing ends. Ideally, this could be handled internally or exposed via props/event hooks (e.g., disableDragDuringResize, or onResizeStart/onResizeEnd).
This would greatly improve the UX for users who need to adjust event durations without accidentally moving them.
dragging-events.mov
Thank you for considering this enhancement!