Skip to content

Commit c9631bf

Browse files
authored
Merge pull request #6 from germanbisurgi/master
fixed bug
2 parents d3aeafc + 8c7135f commit c9631bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/editors/ckeditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ JSONEditor.defaults.editors.ckeditor = JSONEditor.AbstractEditor.extend({
116116
if(always_disabled) this.always_disabled = true;
117117
this.input.disabled = true;
118118
if(this.instance) {
119-
self.instance.setReadOnly(true);
119+
this.instance.setReadOnly(true);
120120
}
121121
this._super();
122122
},

0 commit comments

Comments
 (0)