Skip to content

Commit b6d8022

Browse files
committed
Update index.ts
1 parent ce3d402 commit b6d8022

File tree

1 file changed

+0
-3
lines changed
  • packages/dom-adapters/src/CaretAdapter

1 file changed

+0
-3
lines changed

packages/dom-adapters/src/CaretAdapter/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,6 @@ export class CaretAdapter extends EventTarget {
368368
return;
369369
}
370370

371-
/**
372-
* Find all blocks that match the removed block index
373-
*/
374371
const blocksToRemove = this.#blocks.find(block => block.getBlockIndex().blockIndex === removedBlockIndex);
375372

376373
if (blocksToRemove) {

0 commit comments

Comments
 (0)