diff --git a/Source/Engine/UI/GUI/Common/TextBoxBase.cs b/Source/Engine/UI/GUI/Common/TextBoxBase.cs index d94ff8854..a4ccbe5d2 100644 --- a/Source/Engine/UI/GUI/Common/TextBoxBase.cs +++ b/Source/Engine/UI/GUI/Common/TextBoxBase.cs @@ -1385,6 +1385,8 @@ namespace FlaxEngine.GUI // End editing RemoveFocus(); } + else + return false; return true; case KeyboardKeys.Home: if (shiftDown)