mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-29 22:53:00 +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