Skip to content

Commit

Permalink
drop early continue
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Oct 4, 2021
1 parent 38cc71e commit 993b2ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-editor/src/components/list-view/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ export default function ListViewBranch( props ) {
if ( ! blockInView && nextPosition > start ) {
// found the end of the window, don't bother processing the rest of the items
break;
} else if ( ! blockInView ) {
// item is before beginning of window
continue;
}

const style = {
Expand Down

0 comments on commit 993b2ec

Please sign in to comment.