richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.49k stars 334 forks source link

EventView in resize mode scrolls to other timelines #276

Closed RareScrap closed 3 years ago

RareScrap commented 3 years ago

New Issue Checklist

Issue Description

When a long click was made and the view switched to resize mode - it does not remain on its own timeline when you swipe to left or right. The EventView disappears after another timeline has been tapped. The bug is also present in the demo project. Here's a video demonstrated the bug.

richardtop commented 3 years ago

It's a known issue. Stop editing the event programmatically as the user begins to scroll the calendar. Currently, it's not supported to drag the edited event to the other day.

This is not a bug, but rather an incorrect library integration. Feel free to close this issue if the suggested approach resolves it.

RareScrap commented 3 years ago

Done in #287.