[FZ Editor] Clear keyboard focus on opening Edit layout dialog (#15133)

This commit is contained in:
Stefan Markovic 2021-12-27 09:59:01 +01:00 committed by GitHub
parent 4066243c6f
commit a8c62c2d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,7 @@ namespace FancyZonesEditor
_backup = new CanvasLayoutModel(canvas);
}
Keyboard.ClearFocus();
await EditLayoutDialog.ShowAsync();
}