diff --git a/editor/components/block-list/block.js b/editor/components/block-list/block.js index caf3f86d0c4a7..59fc177d168b4 100644 --- a/editor/components/block-list/block.js +++ b/editor/components/block-list/block.js @@ -619,7 +619,7 @@ export class BlockListBlock extends Component { onMouseDown={ this.onPointerDown } onKeyDown={ this.onKeyDown } onFocus={ this.onFocus } - className={ BlockListBlock.className } + className="editor-block-list__block-edit" aria-label={ blockLabel } data-block={ block.uid } > @@ -757,8 +757,6 @@ const mapDispatchToProps = ( dispatch, ownProps ) => ( { }, } ); -BlockListBlock.className = 'editor-block-list__block-edit'; - BlockListBlock.childContextTypes = { BlockList: noop, canUserUseUnfilteredHTML: noop,