Update list widget to transclude block vs. inline correctly

print-window-tiddler
Jeremy Ruston 2013-03-28 21:29:42 +00:00
rodzic abf3673fc9
commit 0f0a96c4da
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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}