Skip to content

Commit 412b450

Browse files
authored
Update frontend/src/modules/scaffold/backboneFormsOverrides.js
1 parent d9ba297 commit 412b450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/scaffold/backboneFormsOverrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ define([
176176
// ckeditor removal
177177
Backbone.Form.editors.TextArea.prototype.remove = function() {
178178
this.editor.stopListening()
179-
delete CKEDITOR.instances[this.editor]
179+
delete CKEDITOR.instances[this.editor.id]
180180
};
181181

182182
// add override to allow prevention of validation

0 commit comments

Comments
 (0)