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:
parent
668f443fc2
commit
127f660c91
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user