Scott ChangLiao

Results 1 issues of Scott ChangLiao

## Provide a description of the task Try to log model document changes by `editor.model.document.on('change:data', () => { const changes = editor.model.document.differ.getChanges(); for (const change of changes) { console.log('model change',...

type:task
status:stale