Skip to content

Commit

Permalink
Update ChatPage.razor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Mar 1, 2025
1 parent ec6dc29 commit 8803dae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LM-Kit-Maestro/UI/Pages/ChatPage.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ private async Task Resized(ResizeEventArgs args)
if (args.Width < UIConstants.ChatWindowLayoutMinimumWidth)
{
ShowSidebarToggles &= false;
ViewModel.ChatsSidebarIsToggled &= false;
ViewModel.SettingsSidebarIsToggled &= false;
}
else
{
Expand Down

0 comments on commit 8803dae

Please sign in to comment.