antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

clone dates when building mutable events #481

Open ademenev opened 2 years ago

ademenev commented 2 years ago

Event resizing modifies end date in place. When the events passed in props specify end date as a Date object, that object is reused in the mutable event. Resizing an event modifies the end date in the original event, which is undesirable