This commit is contained in:
icssoa
2025-10-27 10:17:55 +08:00
parent 185f5bf708
commit fe7d416499

View File

@@ -480,7 +480,6 @@ function getCellTextColor(dateCell: DateCell): string {
*/
function getCellBgColor(dateCell: DateCell): string {
console.log(bgSelectedColor.value);
if (dateCell.isSelected) {
return bgSelectedColor.value;
}