1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 17:40:29 +00:00

Temporary fix for the transclude macro

Change of plan; the list macro is now going to be refactored to
incorporate the functionality of the transclude and story macros as well
This commit is contained in:
Jeremy Ruston 2012-10-16 10:14:11 +01:00
parent 24f0a580b5
commit 242884c918

View File

@ -108,6 +108,7 @@ console.log("Refreshing transclude macro",this.params.filter,this.tiddlerTitle);
this.reexecuteInDom(); this.reexecuteInDom();
} else { } else {
// Do a selective refresh // Do a selective refresh
this.reexecuteInDom();
} }
}; };