Anthony

Results 2 comments of Anthony

In case anyone comes across this I have a solution here: ` this.instance.on('mode', () => { if (this.instance.mode === 'source') { var editable = this.instance.editable(); editable.attachListener(editable, 'input', () => {...

@tbwork It has to be done this way because the change event isn't fired by ck-editor when the editor is changed to source mode. https://dev.ckeditor.com/ticket/12031