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:
parent
abf3673fc9
commit
0f0a96c4da
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user