Skip to content

Commit

Permalink
Apply suggestions from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski authored Sep 23, 2024
1 parent 1011d15 commit 8e4c0fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ckeditor5-engine/src/model/operation/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,6 @@ function padWithNoOps( operations: Array<Operation>, howMany: number ) {
*
* See also `MarkerOperation` x `MoveOperation` transformation.
* See also https://github.com/ckeditor/ckeditor5/pull/17071.
*
* @param operations
*/
function handlePartialMarkerOperations( operations: Array<Operation> ) {
const markerOps: Map<string, { op: MarkerOperation; ranges: Array<Range> }> = new Map();
Expand Down

0 comments on commit 8e4c0fc

Please sign in to comment.