Skip to content

Commit

Permalink
Mobile - BlockListItemContent - Add missing props (parentBlockAlignme…
Browse files Browse the repository at this point in the history
…nt, rootClientId) passed down to the Block component
  • Loading branch information
geriux committed Apr 25, 2023
1 parent 4665f1f commit 88dc039
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ function BlockListItemContent( {
marginHorizontal={ margin }
marginVertical={ marginVertical }
onAddBlock={ onAddBlock }
parentBlockAlignment={ parentBlockAlignment }
onDeleteBlock={ onDeleteBlock }
parentWidth={ parentWidth }
rootClientId={ rootClientId }
/>
{ shouldShowBlockInsertionPointAfter && <BlockInsertionPoint /> }
</View>
Expand Down

0 comments on commit 88dc039

Please sign in to comment.