|
@@ -75,7 +75,7 @@ ClassicEditor
|
|
|
toolbar: [ 'undo', 'redo' ]
|
|
toolbar: [ 'undo', 'redo' ]
|
|
|
} )
|
|
} )
|
|
|
.then( editor => {
|
|
.then( editor => {
|
|
|
- editor.model.document.on( 'changesDone', () => {
|
|
|
|
|
|
|
+ editor.model.document.on( 'change', () => {
|
|
|
printModelContents( editor );
|
|
printModelContents( editor );
|
|
|
} );
|
|
} );
|
|
|
|
|
|