优化ReadyToWorking逻辑
This commit is contained in:
		@@ -72,6 +72,8 @@ namespace Deedy.Activity
 | 
			
		||||
        public new void ReadyToWorking(IElement? element = null, Output? output = null)
 | 
			
		||||
        {
 | 
			
		||||
            this.Help_BuildParamMapping(output);
 | 
			
		||||
            if (element is ICombinedElement combinedElement)
 | 
			
		||||
                combinedElement.Help_CombineElements();
 | 
			
		||||
 | 
			
		||||
            this.LinkTo(element);
 | 
			
		||||
            if (this is IContainerElement container)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user