ckeditor / ckeditor5-vue2

Official CKEditor 5 component for Vue.js 2.x.
Other
35 stars 17 forks source link

Hotfix/realtime revision history bug #27

Open OGProgrammer opened 2 years ago

OGProgrammer commented 2 years ago

I added the revision history realtime plugin and encountered a bug where a collaborator that connects runs into this edge case where this.value is null and initialData is undefined which results in an attempt to call setData with null even though data was already set previously.

OGProgrammer commented 2 years ago

Please squash this when merging since I had that last request to add error event. Which btw I still suggest you add that. None of the recommendations mentioned worked.