Quang Phan

Results 1 comments of Quang Phan

this is my workaround, it works but don't think this is a best solution: ```html ``` ```ts onEmptySlotClicked(date: Date, mouseEvent: any) { const col = mouseEvent.target.closest(".cal-day-column"); const colIndex = [...col.parentElement.children].indexOf(col);...