mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 09:47:58 +01:00
Fixes #2678. TextView stops being responsive after application is sent to the background
This commit is contained in:
@@ -902,6 +902,7 @@ namespace Terminal.Gui {
|
||||
break;
|
||||
|
||||
case WindowsConsole.EventType.Focus:
|
||||
keyModifiers = null;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user