漏改了一个地方

This commit is contained in:
艾竹
2023-08-13 14:39:53 +08:00
parent d68fe22a05
commit 872526f575

View File

@@ -755,7 +755,7 @@ namespace AIStudio.Wpf.Mind.ViewModels
protected override void ExecuteExitEditCommand(object param)
{
Root.NextCommand.Execute(this);
Root.Next();
}
#endregion
}