Skip to content

Commit

Permalink
fix: Fixes issue #435: ✨Fix tap issue for days not in month
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-jitiya-simform committed Jan 2, 2025
1 parent c6cfe4a commit 4b63a2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/month_view/month_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,8 @@ class MonthViewState<T extends Object?> extends State<MonthView<T>> {
events: events,
isInMonth: isInMonth,
onTileTap: widget.onEventTap,
onTileDoubleTap: widget.onEventDoubleTap,
onTileLongTap: widget.onEventLongTap,
dateStringBuilder: widget.dateStringBuilder,
hideDaysNotInMonth: hideDaysNotInMonth,
);
Expand Down

0 comments on commit 4b63a2d

Please sign in to comment.