mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 04:26:40 -05:00
FModel v4.1.0.2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user