1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Update list widget to transclude block vs. inline correctly

This commit is contained in:
Jeremy Ruston 2013-03-28 21:29:42 +00:00
parent abf3673fc9
commit 0f0a96c4da

View File

@ -152,6 +152,7 @@ ListWidget.prototype.createListElementMacro = function(title) {
return {
type: "element",
tag: "$transclude",
isBlock: this.renderer.parseTreeNode.isBlock,
attributes: {
target: {type: "string", value: title},
template: {type: "string", value: template}