Browse Source

Merge pull request #12186 from startewho/fix11954

fix 11954
pull/12206/head
Max Katz 3 years ago
committed by GitHub
parent
commit
ca359833a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Controls/ComboBox.cs

1
src/Avalonia.Controls/ComboBox.cs

@ -270,6 +270,7 @@ namespace Avalonia.Controls
{
if (_popup?.IsInsidePopup(source) == true)
{
e.Handled = true;
return;
}
}

Loading…
Cancel
Save