1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Restore accidental commenting in 0b1a05d10

This commit is contained in:
jeremy@jermolene.com 2020-12-06 10:50:59 +00:00
parent 122306fc24
commit 005f7c55b6

View File

@ -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 : [];