Skip to content

Commit

Permalink
prevent Group block bounce inside Columns
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinda committed Mar 10, 2020
1 parent 457fabe commit 0507f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-library/src/group/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ function GroupEdit( { hasInnerBlocks, isSelected, getStylesFromColorScheme } ) {
return (
<InnerBlocks
renderAppender={ isSelected && InnerBlocks.ButtonBlockAppender }
flatListProps={ {
scrollEnabled: false,
} }
/>
);
}
Expand Down

0 comments on commit 0507f5d

Please sign in to comment.