You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just migrated from ckeditor4 to 5 and noticed a different behaviour when updating model-value.
In CK4 the setData seems to trigger a snapshot by default which allows undo.
However CK5 seems to need an explicit batchType config in order to follow the same behaviour.
Would it make sense to allow configuration to control and provide the batchType options?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Just migrated from ckeditor4 to 5 and noticed a different behaviour when updating model-value.
In CK4 the setData seems to trigger a snapshot by default which allows undo.
However CK5 seems to need an explicit batchType config in order to follow the same behaviour.
Would it make sense to allow configuration to control and provide the batchType options?
Thanks in advance!
The text was updated successfully, but these errors were encountered: