1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-30 06:40:22 +00:00

Merge branch 'master' into edit-text-focus-select-attribute

This commit is contained in:
jeremy@jermolene.com
2023-02-25 18:24:53 +00:00
4 changed files with 26 additions and 6 deletions

View File

@@ -74,7 +74,9 @@ LetWidget.prototype.getVariableInfo = function(name,options) {
text: this.currentValueFor[name]
};
}
return Widget.prototype.getVariableInfo.call(this,name,options);
return Widget.prototype.getVariableInfo.call(this,name,$tw.utils.extend(Object.create(null),options,{
defaultValue: ""
}));
};
/*