Skip to content

Commit

Permalink
Mobile - Block list item - Remove unused code (#31079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Pacheco authored Apr 22, 2021
1 parent 6244cf5 commit 4a5e07c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export class BlockListItem extends Component {
<View
style={ this.getContentStyles( readableContentViewStyle ) }
pointerEvents={ isReadOnly ? 'box-only' : 'auto' }
onLayout={ this.onLayout }
>
{ shouldShowInsertionPointBefore && (
<BlockInsertionPoint />
Expand Down

0 comments on commit 4a5e07c

Please sign in to comment.