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:
parent
199d2acb5a
commit
b90688042c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user