nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Fix: "Space" or "Enter" key on header nav arrows results in movePrev/moveNext firing twice #1460

Open choshin314 opened 3 months ago

choshin314 commented 3 months ago

Fix for #1459

This is to remove keydown listeners on the CalendarHeader prev/next arrow buttons, as they appear to cause movePrev / moveNext to fire twice – once in the keydown handler, and then again in the click handler.