Skip to content

Commit

Permalink
chore: animate on show today
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Dahal committed Nov 9, 2024
1 parent 8071111 commit 64b74f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SambatWidget.UI/ViewModels/WidgetViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ private void RenderPrevious()
[RelayCommand]
private void ShowToday()
{
AnimateOnNext = true;
Render(() =>
{
WidgetCalendarViewModel.Init();
Expand Down

0 comments on commit 64b74f6

Please sign in to comment.