We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3d402 commit b6d8022Copy full SHA for b6d8022
packages/dom-adapters/src/CaretAdapter/index.ts
@@ -368,9 +368,6 @@ export class CaretAdapter extends EventTarget {
368
return;
369
}
370
371
- /**
372
- * Find all blocks that match the removed block index
373
- */
374
const blocksToRemove = this.#blocks.find(block => block.getBlockIndex().blockIndex === removedBlockIndex);
375
376
if (blocksToRemove) {
0 commit comments