Skip to content

Commit

Permalink
fix: cleanup CSS styles on empty cells in MonthCalendar
Browse files Browse the repository at this point in the history
Close #58
  • Loading branch information
javier-godoy authored and paodb committed Mar 31, 2023
1 parent 13dc02a commit 632b22f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void refreshAll() {
}
setStyleForDay(dayOfMonth, className);
});
getElement().executeJs("setTimeout(()=>this._clearEmptyDaysStyle())");
}

/**
Expand Down

0 comments on commit 632b22f

Please sign in to comment.