mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Action-createtiddler: Ensure child widgets are refreshed before invocation
Fixes #5791
This commit is contained in:
		| @@ -104,6 +104,7 @@ CreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) { | |||||||
| 	} | 	} | ||||||
| 	this.setVariable("createTiddler-title",title); | 	this.setVariable("createTiddler-title",title); | ||||||
| 	this.setVariable("createTiddler-draftTitle",draftTitle); | 	this.setVariable("createTiddler-draftTitle",draftTitle); | ||||||
|  | 	this.refreshChildren(); | ||||||
| 	return true; // Action was invoked | 	return true; // Action was invoked | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jeremy@jermolene.com
					jeremy@jermolene.com