Browse Source

fix Expander.cs (#17411)

pull/17426/head
Color_yr 1 year ago
committed by GitHub
parent
commit
93f82279f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Avalonia.Controls/Expander.cs

2
src/Avalonia.Controls/Expander.cs

@ -232,7 +232,7 @@ namespace Avalonia.Controls
}
else
{
await ContentTransition.Start(visualContent, null, forward, _lastTransitionCts.Token);
await ContentTransition.Start(visualContent, null, !forward, _lastTransitionCts.Token);
}
}

Loading…
Cancel
Save