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

Set block status of link macro created by view macro

This commit is contained in:
Jeremy Ruston 2012-06-09 22:25:13 +01:00
parent 199d2acb5a
commit b90688042c

View File

@ -57,6 +57,7 @@ exports.executeMacro = function() {
var link = $tw.Tree.Macro("link",{
srcParams: {to: value},
content: [$tw.Tree.Text(value)],
isBlock: this.isBlock,
wiki: this.wiki
});
link.execute(parents,this.tiddlerTitle);