mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
Fix date filtering bug in heatmap/calendar and sync selection state
This commit is contained in:
@@ -34,6 +34,11 @@ export const CalendarManager = {
|
||||
this.render();
|
||||
},
|
||||
|
||||
setSelectedDate(date) {
|
||||
this.selectedDate = date;
|
||||
this.render();
|
||||
},
|
||||
|
||||
bindEvents() {
|
||||
const header = document.getElementById('calendarHeader');
|
||||
if (header) {
|
||||
|
||||
Reference in New Issue
Block a user