@@ -245,8 +245,8 @@ namespace FlaxEditor.CustomEditors.Dedicated
|
||||
|
||||
var multiAction = new MultiUndoAction(actions);
|
||||
multiAction.Do();
|
||||
ScriptsEditor.ParentEditor?.RebuildLayout();
|
||||
var presenter = ScriptsEditor.Presenter;
|
||||
ScriptsEditor.ParentEditor?.RebuildLayout();
|
||||
if (presenter != null)
|
||||
{
|
||||
presenter.Undo.AddAction(multiAction);
|
||||
|
||||
Reference in New Issue
Block a user