diff --git a/editor/modes/visual-editor/block.js b/editor/modes/visual-editor/block.js index 31789867c6b1b..3269eca271439 100644 --- a/editor/modes/visual-editor/block.js +++ b/editor/modes/visual-editor/block.js @@ -72,9 +72,8 @@ class VisualEditorBlock extends wp.element.Component { const previousBlockSettings = wp.blocks.getBlockSettings( previousBlock.blockType ); - // Remove the previous block if it's not mergeable + // Do nothing if the previous block is not mergeable if ( ! previousBlockSettings.merge ) { - onRemove( previousBlock.uid ); return; }