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
The cause of the issue is that in certain cases, the first operation in SplitDelta may become a NoOperation. Special case transformation for SplitDelta x RemoveDelta is based on the first operation and when it becomes NoOperation or MoveOperation, it throws.
The text was updated successfully, but these errors were encountered:
Fix: Prevented editor throwing during SplitDelta x RemoveDelta transformation when SplitDelta's first operation was neither InsertOperation nor ReinsertOperation. Closes #1065.
Fix: Fixed remove model-to-view converter for some edge cases. Closes #1068.
mlewand
transferred this issue from ckeditor/ckeditor5-engine
Oct 9, 2019
Original issue reported here: https://github.com/ckeditor/ckeditor5-undo/issues/65#issuecomment-321190168
The cause of the issue is that in certain cases, the first operation in
SplitDelta
may become aNoOperation
. Special case transformation forSplitDelta
xRemoveDelta
is based on the first operation and when it becomesNoOperation
orMoveOperation
, it throws.The text was updated successfully, but these errors were encountered: