mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +08:00
[FZ Editor] Clear keyboard focus on opening Edit layout dialog (#15133)
This commit is contained in:
parent
4066243c6f
commit
a8c62c2d78
@ -314,6 +314,7 @@ namespace FancyZonesEditor
|
||||
_backup = new CanvasLayoutModel(canvas);
|
||||
}
|
||||
|
||||
Keyboard.ClearFocus();
|
||||
await EditLayoutDialog.ShowAsync();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user