diff --git a/editor/components/block-list/block.js b/editor/components/block-list/block.js index ec2cff73cd2a82..2f411c3c6d007d 100644 --- a/editor/components/block-list/block.js +++ b/editor/components/block-list/block.js @@ -490,6 +490,7 @@ export class BlockListBlock extends Component { rootUID={ rootUID } layout={ layout } canShowInserter={ canShowInBetweenInserter } + onInsert={ this.hideHoverEffects } /> ) } .editor-block-list__insertion-point > .editor-block-list__insertion-point-inserter { + opacity: 0; + pointer-events: none; + + &.is-visible { + opacity: 1; + pointer-events: auto; + } + } +} + .editor-block-list__block { > .editor-block-list__insertion-point { position: absolute;