ckeditor / ckeditor4-react

Official CKEditor 4 React component.
Other
97 stars 52 forks source link

Use detach/re-attach feature of editor's container #263

Closed MMMalik closed 2 years ago

MMMalik commented 2 years ago

These changes simplify re-order sample. Since CKEditor v4.17 it's no longer necessary to re-create editor instances anytime the editor's container is being detached / re-attached to DOM.

Closes #109.

MMMalik commented 2 years ago

I've just double-checked the updated sample and I don't experience any issues with classic editor instances. Re-ordering seems to not affect them, no matter of how many times re-ordering is forced.

Might it be possible that your local re-order sample uses stale version of ckeditor4-react?