Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)

try
{
await _js.BitCalendarsFocusDay(GetDayButtonId(_focusedDate.Value));
await _js.BitCalendarsFocusCell(GetDayButtonId(_focusedDate.Value));
}
catch (JSDisconnectedException) { } // we can ignore this exception here
}
Expand Down

Large diffs are not rendered by default.

Loading
Loading