Skip to content

Commit

Permalink
refactor: Remove outdated inline comment
Browse files Browse the repository at this point in the history
The scroll ref is no longer passed to inner blocks as they do not use
virtualized lists.
  • Loading branch information
dcalhoun committed May 10, 2023
1 parent da33da6 commit 3a0d6c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export default function BlockList( {
blockToolbar.height +
( isFloatingToolbarVisible ? floatingToolbar.height : 0 );

// Use of Context to propagate the main scroll ref to its children e.g InnerBlocks.
return (
<View
style={ containerStyle }
Expand Down

0 comments on commit 3a0d6c9

Please sign in to comment.