Skip to content

Commit e5d86e3

Browse files
committed
Ensure explorer and status reset on workflow clear
1 parent 7a3fd53 commit e5d86e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bonsai.Editor/EditorForm.cs

+1
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ void ClearWorkflow()
835835
saveWorkflowDialog.FileName = null;
836836
workflowBuilder.Workflow.Clear();
837837
editorControl.ResetNavigation();
838+
editorSite.ValidateWorkflow();
838839
visualizerSettings.Clear();
839840
ResetProjectStatus();
840841
UpdateTitle();

0 commit comments

Comments
 (0)