mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 02:37:38 +00:00
Use the setvariable widget instead of macrodef
setvariable is more general
This commit is contained in:
@@ -41,7 +41,7 @@ SetVariableWidget.prototype.execute = function() {
|
||||
this.setName = this.getAttribute("name","tiddlerTitle");
|
||||
this.setValue = this.getAttribute("value");
|
||||
// Set context variable
|
||||
this.setVariable(this.setName,this.setValue);
|
||||
this.setVariable(this.setName,this.setValue,this.parseTreeNode.params);
|
||||
// Construct the child widgets
|
||||
this.makeChildWidgets();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user