Skip to content

Commit

Permalink
handle semi-bordered
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinda committed Nov 28, 2019
1 parent 93ae250 commit 662008e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export class BlockList extends Component {
clientId={ clientId }
rootClientId={ this.props.rootClientId }
onCaretVerticalPositionChange={ this.onCaretVerticalPositionChange }
isSmallScreen={ ! ReadableContentView.isContentMaxWidth() }
isSmallScreen={ ! this.props.isFullyBordered }
/> ) }
{ shouldShowInsertionPointAfter( clientId ) && this.renderAddBlockSeparator() }
</ReadableContentView>
Expand Down

0 comments on commit 662008e

Please sign in to comment.