We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bbc33 commit e878a62Copy full SHA for e878a62
Material.Styles/Controls/NavigationDrawer.axaml.cs
@@ -291,7 +291,7 @@ private void UpdateDesktopExpand(double w)
291
}
292
else
293
{
294
- _isLeftDrawerDesktopExpanded = false;
+ _isLeftDrawerDesktopExpanded = true;
295
296
297
if (RightDrawerExpandThresholdWidth.HasValue)
@@ -308,7 +308,7 @@ private void UpdateDesktopExpand(double w)
308
309
310
311
- _isRightDrawerDesktopExpanded = false;
+ _isRightDrawerDesktopExpanded = true;
312
313
314
0 commit comments