mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 11:46:49 +00:00
Undefined variables in let widget: Revert fix for #7270
Reverts 8c378e0d24 and adds a test
This commit is contained in:
@@ -74,9 +74,7 @@ LetWidget.prototype.getVariableInfo = function(name,options) {
|
||||
text: this.currentValueFor[name]
|
||||
};
|
||||
}
|
||||
return Widget.prototype.getVariableInfo.call(this,name,$tw.utils.extend(Object.create(null),options,{
|
||||
defaultValue: ""
|
||||
}));
|
||||
return Widget.prototype.getVariableInfo.call(this,name,options);
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user