jackducasse / caleandar

A lightweight, library independent JavaScript calendar
MIT License
80 stars 41 forks source link

Don't pop up list for all events on same day; just use day as event handler? #20

Closed chrishem closed 1 year ago

chrishem commented 1 year ago

image Is it possible to not have a list of events pop up when you click on a day with a single event, but to instead, just capture the click for the day, and work from that click?

chrishem commented 1 year ago

Found a forked version which accomplishes this.