You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
Every time the calendar is clicked a new event listener gets added to the
document
to check for a 'click off':calendar/dev/js/Calendar.js
Line 189 in 5786618
But we never remove this listener. So over time we end up with all these tons of click handlers being called simultaneously on each click…
Want a fix?
The text was updated successfully, but these errors were encountered: