[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

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
});
}
}