공휴일에는 이벤트 못넣게 수정

This commit is contained in:
nevermoregb 2025-04-08 11:03:26 +09:00
parent 0f1b3fb4d7
commit cf88671869

View File

@ -512,6 +512,7 @@
// //
dateCell.addEventListener('mousedown', e => { dateCell.addEventListener('mousedown', e => {
if (!isSelectableDate(arg.date)) return; //
const date = $common.dateFormatter(arg.date, 'YMD'); const date = $common.dateFormatter(arg.date, 'YMD');
handleMouseDown(date, e); handleMouseDown(date, e);
}); });