Hi there,
We're using the Calendar in combination with the SchedulerPro.
While updating the Calendar and the SchedulerPro to 6.2.1 we ran into some issues while testing.
Last working version: 6.1.9
When we remove a event from the EventStore, while the event itself is selected, we're getting an error at:
"activeView.getDateFromElement is not a function" which was coming from "Calendar.onCalendarStoreChange"
While investigating this, we found that this line is causing the error:
const nextActiveDate = isScheduler ? activeView.getDateFromXY([activeItemPos.x, activeItemPos.y], null, false) : activeView.getDateFromElement(fallback),
nextActiveEventId = fallback.dataset.eventId,
nextActiveView = me.constructor.fromElement(fallback).closest(isCalendarMixin);
If you need more information, please let me know.
Best