From 872526f57577e25cfe3d31fbcf609892ef4a5619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=89=BE=E7=AB=B9?= Date: Sun, 13 Aug 2023 14:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Extensions/AIStudio.Wpf.Mind/ViewModels/MindNode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/AIStudio.Wpf.Mind/ViewModels/MindNode.cs b/Extensions/AIStudio.Wpf.Mind/ViewModels/MindNode.cs index 2099fc2..d7671af 100644 --- a/Extensions/AIStudio.Wpf.Mind/ViewModels/MindNode.cs +++ b/Extensions/AIStudio.Wpf.Mind/ViewModels/MindNode.cs @@ -755,7 +755,7 @@ namespace AIStudio.Wpf.Mind.ViewModels protected override void ExecuteExitEditCommand(object param) { - Root.NextCommand.Execute(this); + Root.Next(); } #endregion }