williamtroup / Calendar.js

📅 A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
https://calendar-js.com
MIT License
478 stars 33 forks source link

The local persistence function clears fields that do not belong to the calendar. #208

Closed ZhangChengLin closed 7 months ago

ZhangChengLin commented 7 months ago

https://calendar-js.com/examples/persistence.html

https://github.com/williamtroup/Calendar.js/blob/5e512588be2c71bd20c5aeb908eba917dd5a9d2c/dist/calendar.js#L7497

The problem occurs again when double-clicking the date and the edit event pops up.

When creating a new event by clicking the plus button, no problem is found or a problem occurs.

williamtroup commented 7 months ago

Will be fixed in v2.10.8.

williamtroup commented 7 months ago

Fixed and released.