mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix problem with codemirror plugin and handling of ordinary input fields
This commit is contained in:
parent
8084837f48
commit
693d1803bf
@ -45,7 +45,7 @@ EditTextWidget.prototype.updateEditor = function(text) {
|
||||
this.codemirrorInstance.setValue(text);
|
||||
}
|
||||
} else {
|
||||
this.updateEditorDomNode();
|
||||
this.updateEditorDomNode(this.getEditInfo().value);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user