mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
block
This commit is contained in:
@@ -443,9 +443,12 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
public virtual async Task AfterExecute()
|
||||
{
|
||||
IsExecuting = false;
|
||||
if (Next != null)
|
||||
await Next.Execute();
|
||||
if (IsExecuting)
|
||||
{
|
||||
IsExecuting = false;
|
||||
if (Next != null)
|
||||
await Next.Execute();
|
||||
}
|
||||
}
|
||||
|
||||
public virtual object GetResult()
|
||||
|
||||
Reference in New Issue
Block a user