Skip to content

Commit

Permalink
Fix block deletion e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 4, 2019
1 parent 386810a commit 71bf361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ function BlockListBlock( {
! blockNodeRef.current.contains( endContainer )
) {
selection.removeAllRanges();
wrapper.current.focus();
return;
}
}

Expand Down

0 comments on commit 71bf361

Please sign in to comment.