Fix textbox submit when it's nav focused
This commit is contained in:
@@ -1385,6 +1385,8 @@ namespace FlaxEngine.GUI
|
||||
// End editing
|
||||
RemoveFocus();
|
||||
}
|
||||
else
|
||||
return false;
|
||||
return true;
|
||||
case KeyboardKeys.Home:
|
||||
if (shiftDown)
|
||||
|
||||
Reference in New Issue
Block a user