diff --git a/core/modules/macros/transclude.js b/core/modules/macros/transclude.js index 9a747ed6e..e82a14c1a 100644 --- a/core/modules/macros/transclude.js +++ b/core/modules/macros/transclude.js @@ -108,6 +108,7 @@ console.log("Refreshing transclude macro",this.params.filter,this.tiddlerTitle); this.reexecuteInDom(); } else { // Do a selective refresh + this.reexecuteInDom(); } };