mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-25 12:56:56 +00:00
parent
3f3cac12ba
commit
fd996bad20
@ -45,7 +45,9 @@ EditTextWidget.prototype.render = function(parent,nextSibling) {
|
||||
domNode.setAttribute("placeholder",this.editPlaceholder);
|
||||
}
|
||||
// Assign classes
|
||||
domNode.className = this.editClass;
|
||||
if(this.editClass) {
|
||||
domNode.className = this.editClass;
|
||||
}
|
||||
// Set the text
|
||||
var editInfo = this.getEditInfo();
|
||||
if(this.editTag === "textarea") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user