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:
parent
24f0a580b5
commit
242884c918
@ -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();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user