Tweaked mechanism so that macros can be nested directly inside other macros

This commit is contained in:
Jeremy Ruston
2012-06-09 18:50:01 +01:00
parent 1251a35375
commit 9247bb0186
5 changed files with 5 additions and 2 deletions

View File

@@ -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 {