思维导图修改成回车新增子节点

This commit is contained in:
艾竹
2023-05-03 23:42:34 +08:00
parent 071490f5ee
commit 940512589c
11 changed files with 153 additions and 27 deletions

View File

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