mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[Hosts]Workaround for context menu not opening (#22107)
This commit is contained in:
committed by
GitHub
parent
7366db477a
commit
445ca5aaf2
@@ -100,6 +100,7 @@ namespace Hosts.Views
|
|||||||
flyoutBase.ShowAt(owner, new FlyoutShowOptions
|
flyoutBase.ShowAt(owner, new FlyoutShowOptions
|
||||||
{
|
{
|
||||||
Position = e.GetPosition(owner),
|
Position = e.GetPosition(owner),
|
||||||
|
ShowMode = FlyoutShowMode.Transient, // https://github.com/microsoft/PowerToys/issues/21263
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user