Fix textbox submit when it's nav focused

This commit is contained in:
Wojtek Figat
2023-06-16 10:56:17 +02:00
parent b13139c6cc
commit b57a3165fa

View File

@@ -1385,6 +1385,8 @@ namespace FlaxEngine.GUI
// End editing
RemoveFocus();
}
else
return false;
return true;
case KeyboardKeys.Home:
if (shiftDown)