Skip to content

Commit

Permalink
Update packages/components/src/mobile/focal-point-settings-panel/inde…
Browse files Browse the repository at this point in the history
…x.native.js

Co-authored-by: David Calhoun <[email protected]>
  • Loading branch information
chad1008 and dcalhoun committed Jul 4, 2022
1 parent d73ee30 commit 3ebaf4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const FocalPointSettingsPanelMemo = memo(
</NavBar>
<FocalPointPicker
focalPoint={ draftFocalPoint }
onChange={ useCallback( () => setPosition(), [] ) }
onChange={ useCallback( setPosition, [] ) }
shouldEnableBottomSheetScroll={
shouldEnableBottomSheetScroll
}
Expand Down

0 comments on commit 3ebaf4a

Please sign in to comment.