Hi!
I would like to ask for help with a certain functionality in the scheduler. When I drag an event, it "snaps" to 00:00:00 time, but when I drop it, it snaps to the correct value it already had defined (e.g., 12 AM).
I am not sure if this is a bug or if my configuration is missing something. I think the snapRelativeToEventStartDate property might not be working as intended.
Here's my current config:
infiniteScroll: true,
rowHeight: 50,
hideHorizontalScrollbar: true,
zoomOnTimeAxisDoubleClick: false,
zoomOnMouseWheel: false,
allowOverlap: false,
snap: true,
snapRelativeToEventStartDate: true,
useInitialAnimation: false,
viewPreset: 'monthAndDay',
visibleDate: {
date: dayjs().startOf('day').toDate(),
edgeOffset: 100
},
using this view preset config:
id: 'monthAndDay',
timeResolution: {
unit: 'day',
increment: 1
},
Here's the video to demonstrate my issue:
https://www.awesomescreenshot.com/video/28563940?key=ed1be5896c3add855b4ecb6e9f805bbb
I'd be grateful for any help.