Skip to content

Commit 632b22f

Browse files
javier-godoypaodb
authored andcommitted
fix: cleanup CSS styles on empty cells in MonthCalendar
Close #58
1 parent 13dc02a commit 632b22f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/flowingcode/addons/ycalendar/MonthCalendar.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void refreshAll() {
102102
}
103103
setStyleForDay(dayOfMonth, className);
104104
});
105+
getElement().executeJs("setTimeout(()=>this._clearEmptyDaysStyle())");
105106
}
106107

107108
/**

0 commit comments

Comments
 (0)