- Tab key now also spawns node
This commit is contained in:
@@ -704,7 +704,7 @@ namespace FlaxEditor.Surface.ContextMenu
|
||||
Hide();
|
||||
return true;
|
||||
}
|
||||
else if (key == KeyboardKeys.Return)
|
||||
else if (key == KeyboardKeys.Return || key == KeyboardKeys.Tab)
|
||||
{
|
||||
if (SelectedItem != null)
|
||||
OnClickItem(SelectedItem);
|
||||
|
||||
Reference in New Issue
Block a user