Skip to content

Commit

Permalink
Add wrapper class to block-list component.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jan 5, 2018
1 parent a6948bd commit e0854bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/block-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class BlockList extends Component {
const { blocks, showContextualToolbar } = this.props;

return (
<div>
<div className="block-list">
{ !! blocks.length && <BlockListSiblingInserter /> }
{ flatMap( blocks, ( uid ) => [
<BlockListBlock
Expand Down

0 comments on commit e0854bf

Please sign in to comment.