mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Restore accidental commenting in 0b1a05d10
This commit is contained in:
parent
122306fc24
commit
005f7c55b6
@ -63,7 +63,7 @@ MacroCallWidget.prototype.execute = function() {
|
||||
parser = this.wiki.parseText(this.parseType,text,
|
||||
{parseAsInline: !this.parseTreeNode.isBlock});
|
||||
if(variableInfo.isCacheable && variableInfo.srcVariable) {
|
||||
// variableInfo.srcVariable.parser = parser;
|
||||
variableInfo.srcVariable.parser = parser;
|
||||
}
|
||||
}
|
||||
var parseTreeNodes = parser ? parser.tree : [];
|
||||
|
Loading…
Reference in New Issue
Block a user