1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Edit widget: remove default text "Type the text for the tiddler 'foo'"

Fixes #6152
This commit is contained in:
jeremy@jermolene.com 2022-08-28 15:12:51 +01:00
parent 668f443fc2
commit 127f660c91

View File

@ -115,7 +115,7 @@ function editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {
// Otherwise, we need to construct a default value for the editor // Otherwise, we need to construct a default value for the editor
switch(this.editField) { switch(this.editField) {
case "text": case "text":
value = "Type the text for the tiddler '" + this.editTitle + "'"; value = "";
type = "text/vnd.tiddlywiki"; type = "text/vnd.tiddlywiki";
break; break;
case "title": case "title":