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
Other: Changed the `merge` option of `DataController.deleteContent()` to `leaveUnmerged`. The default value stayed `false`, so the default behavior of the function was changed to merge blocks. Closes #982.
BREAKING CHANGE: The `DataController.deleteContent()` option was renamed from `merge` to `leaveUnmerged` and the default behavior of the function was changed to merge blocks.
mlewand
transferred this issue from ckeditor/ckeditor5-engine
Oct 9, 2019
As noticed in https://github.com/ckeditor/ckeditor5-typing/issues/97 – all algorithms except the enter command do merge the blocks by default so it's more reasonable that this is the default behaviour.
I'm going to change the
merge
option todoNotMerge
, so the default value can befalse
.The text was updated successfully, but these errors were encountered: