mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +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 {
|
return {
|
||||||
type: "element",
|
type: "element",
|
||||||
tag: "$transclude",
|
tag: "$transclude",
|
||||||
|
isBlock: this.renderer.parseTreeNode.isBlock,
|
||||||
attributes: {
|
attributes: {
|
||||||
target: {type: "string", value: title},
|
target: {type: "string", value: title},
|
||||||
template: {type: "string", value: template}
|
template: {type: "string", value: template}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user