mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-28 16:22:18 +00:00
Fix problem with default text handling in edit-text widget
This commit is contained in:
@@ -95,7 +95,9 @@ EditTextWidget.prototype.getEditInfo = function() {
|
||||
value = "";
|
||||
break;
|
||||
}
|
||||
value = this.editDefault;
|
||||
if(this.editDefault) {
|
||||
value = this.editDefault;
|
||||
}
|
||||
}
|
||||
}
|
||||
return {tiddler: tiddler, value: value};
|
||||
|
||||
Reference in New Issue
Block a user