mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-05 03:33:40 -07:00
Typo from f513b403fe
This commit is contained in:
parent
f513b403fe
commit
139047b4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1090,7 +1090,7 @@ exports.makeWidget = function(parser,options) {
|
|||
$tw.utils.addAttributeToParseTreeNode(letVariableWidget,name,"" + value);
|
||||
});
|
||||
currWidgetNode.children = [letVariableWidget];
|
||||
currWidgetNode = letVariableWidget.children[0];
|
||||
currWidgetNode = letVariableWidget;
|
||||
}
|
||||
// Add in the supplied parse tree nodes
|
||||
currWidgetNode.children = parser ? parser.tree : [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue