- Pressing space to open visject context menu now ignores the space char as input
This commit is contained in:
@@ -706,6 +706,8 @@ namespace FlaxEditor.Surface
|
||||
{
|
||||
if (_inputBrackets.Count == 0)
|
||||
{
|
||||
if (currentInputText.StartsWith(' '))
|
||||
currentInputText = "";
|
||||
ResetInput();
|
||||
ShowPrimaryMenu(_mousePos, false, currentInputText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user