Skip to content

Commit

Permalink
Add remove fallback for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 6, 2023
1 parent f246fa0 commit 9c93276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ const applyWithDispatch = withDispatch( ( dispatch, ownProps, registry ) => {
}

moveFirstItemUp( rootClientId );
} else {
removeBlock( clientId );
}
}
},
Expand Down

0 comments on commit 9c93276

Please sign in to comment.