year-calendar / js-year-calendar

A fully customizable year calendar widget
https://year-calendar.github.io/
Apache License 2.0
194 stars 71 forks source link

customDataSourceRenderer is not called when event is changed #101

Open slepmog opened 1 year ago

slepmog commented 1 year ago

When an event is modified via the right click menu handlers (contextMenuItems), the modified properties are stored correctly in the calendar cache of events, but the customDataSourceRenderer is not called, so the day no longer looks correct.

Expected behaviour: the day is correctly rerendered after a right click handler.