fix various issues with console controls
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Game
|
||||
|
||||
public override void OnLostFocus()
|
||||
{
|
||||
// Avoids reseting the caret location
|
||||
// Prevent caret location getting reset back to beginning
|
||||
bool oldEditing = _isEditing;
|
||||
_isEditing = false;
|
||||
base.OnLostFocus();
|
||||
|
||||
Reference in New Issue
Block a user