mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 14:36:58 +00:00
Tweaked mechanism so that macros can be nested directly inside other macros
This commit is contained in:
@@ -66,6 +66,7 @@ exports.refreshInDom = function(changes) {
|
||||
this.execute(this.parents,this.tiddlerTitle);
|
||||
// Render to the DOM
|
||||
this.child.renderInDom(parent,nextSibling);
|
||||
this.domNode = this.child.domNode;
|
||||
this.addEventHandlers();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user