form field fix
This commit is contained in:
parent
e85904e76d
commit
1b9701cc29
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ _f.CodeField.prototype.make_input = function() {
|
|||
|
||||
this.input.set_input = function(v) {
|
||||
if(me.editor) {
|
||||
me.editor.setContent(v);
|
||||
me.editor.setContent(v || "");
|
||||
} else {
|
||||
$(me.input).val(v);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue