From 658acf0123db67c452b6c3ab6b7420fd7ad611cb Mon Sep 17 00:00:00 2001 From: shadow351 <> Date: Mon, 5 Oct 2020 20:48:50 -0500 Subject: [PATCH] Fix beginning drag atop focal point picker drag handle Previously, if you began your drag directly atop the drag handle, the position would not be updated as you dragged. Instead, the parent would manage the pan gesture and attempt to scroll the bottom sheet content. --- packages/components/src/focal-point-picker/index.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/focal-point-picker/index.native.js b/packages/components/src/focal-point-picker/index.native.js index 73dce40bffe99e..7aac0ff1b5e61b 100644 --- a/packages/components/src/focal-point-picker/index.native.js +++ b/packages/components/src/focal-point-picker/index.native.js @@ -111,6 +111,7 @@ export default function FocalPointPicker( props ) {