From f9083d0e2052a1ac8adeff046a170f6102155412 Mon Sep 17 00:00:00 2001 From: Gerardo Date: Tue, 25 Apr 2023 16:42:52 +0200 Subject: [PATCH] Mobile - BlockListItemContent - Add missing props (parentBlockAlignment, rootClientId) passed down to the Block component --- .../src/components/block-list/block-list-item.native.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/block-editor/src/components/block-list/block-list-item.native.js b/packages/block-editor/src/components/block-list/block-list-item.native.js index 31b5d05d005e9..fc2a04e4c47f7 100644 --- a/packages/block-editor/src/components/block-list/block-list-item.native.js +++ b/packages/block-editor/src/components/block-list/block-list-item.native.js @@ -138,8 +138,10 @@ function BlockListItemContent( { marginHorizontal={ margin } marginVertical={ marginVertical } onAddBlock={ onAddBlock } + parentBlockAlignment={ parentBlockAlignment } onDeleteBlock={ onDeleteBlock } parentWidth={ parentWidth } + rootClientId={ rootClientId } /> { shouldShowBlockInsertionPointAfter && }