diff --git a/editor/components/block-list/block.js b/editor/components/block-list/block.js index 9bd750672ccbcd..6a7b1f78a4b8c8 100644 --- a/editor/components/block-list/block.js +++ b/editor/components/block-list/block.js @@ -510,6 +510,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;