refactor(ui): harden context menu event handling and simplify bindings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mika Kuns
2026-04-13 15:16:09 +02:00
parent 5d5a583af0
commit 7838f081dd
4 changed files with 6 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ public partial class MainWindow : Window
&& DataContext is MainWindowViewModel vm)
{
vm.SelectedList = item;
e.Handled = true;
}
}
}