Fixes #2678. TextView stops being responsive after application is sent to the background

This commit is contained in:
BDisp
2023-05-27 23:25:06 +01:00
committed by Tig
parent e70ce0f13b
commit 76b3529afe

View File

@@ -902,6 +902,7 @@ namespace Terminal.Gui {
break;
case WindowsConsole.EventType.Focus:
keyModifiers = null;
break;
}
}