kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Update list widget to transclude block vs. inline correctly
rodzic
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}
|
||||
|
|
Ładowanie…
Reference in New Issue