We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4962871 commit 68ef4a5Copy full SHA for 68ef4a5
maui/src/Expander/ExpanderHeader.cs
@@ -605,7 +605,7 @@ public void OnTouch(Internals.PointerEventArgs e)
605
{
606
Expander._effectsView.Reset();
607
608
- // Restore icon color based on current state (following same logic as OnPropertyChanged)
+ // Restore icon color based on current state.
609
if (IsMouseHover)
610
611
if (Expander.HasVisualStateGroups())
0 commit comments