[Hosts]Workaround for context menu not opening (#22107)

This commit is contained in:
Davide Giacometti 2022-11-21 13:48:30 +01:00 committed by GitHub
parent 7366db477a
commit 445ca5aaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ namespace Hosts.Views
flyoutBase.ShowAt(owner, new FlyoutShowOptions
{
Position = e.GetPosition(owner),
ShowMode = FlyoutShowMode.Transient, // https://github.com/microsoft/PowerToys/issues/21263
});
}
}