FModel v4.1.0.2

This commit is contained in:
iAmAsval
2021-12-07 21:59:12 +01:00
parent 2471874027
commit 84160d0a3a
5 changed files with 11 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ namespace FModel
private void OnWindowKeyDown(object sender, KeyEventArgs e)
{
if (e.OriginalSource is TextArea or TextBox)
if (e.OriginalSource is TextBox)
return;
if (_threadWorkerView.CanBeCanceled && e.Key == Key.Escape)