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
Is there a way to resize a dragged event from outside?
Steps to reproduce
Drag an event onto the calendar’s 1-Day view.
Hover over the newly dragged event.
=> The resize icon should appear. But not in real.
====
I’ve found a temporary workaround: by forcing the component to re-render after dragging, the dragged item converts from a preview item to an event item, allowing resizing. However, this causes a scrolling issue on the calendar after re-rendering , where I’d like to maintain the same y-position in the scrollable calendar view.
Check that this is really a bug
Reproduction link
https://jquense.github.io/react-big-calendar/examples/index.html?path=/docs/addons-drag-and-drop-props--on-drop-from-outside
Bug description
Is there a way to resize a dragged event from outside?
Steps to reproduce
=> The resize icon should appear. But not in real.
====
I’ve found a temporary workaround: by forcing the component to re-render after dragging, the dragged item converts from a preview item to an event item, allowing resizing. However, this causes a scrolling issue on the calendar after re-rendering , where I’d like to maintain the same y-position in the scrollable calendar view.
Screen.Recording.2024-11-13.at.19.19.57.mov
Expected Behavior
No response
Actual Behavior
No response
react-big-calendar version
1.15.0
React version
17.0.2
Platform/Target and Browser Versions
macOS
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: