feat(ui): clear textbox focus on click outside any text box

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-06-04 08:42:49 +02:00
parent 9470c5b10b
commit fab17720cc
2 changed files with 36 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ public partial class App : Application
{
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
FocusClearing.Install();
desktop.MainWindow = new MainWindow
{
DataContext = Services.GetRequiredService<IslandsShellViewModel>(),