Focus prefab window on item spawn.
This commit is contained in:
@@ -450,6 +450,7 @@ namespace FlaxEditor.Windows.Assets
|
||||
// Create undo action
|
||||
var action = new CustomDeleteActorsAction(new List<SceneGraphNode>(1) { actorNode }, true);
|
||||
Undo.AddAction(action);
|
||||
Focus();
|
||||
Select(actorNode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user