Allows TextField and TextEditor to propagate PanGestures. 15/276715/5
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 23 Jun 2022 08:33:34 +0000 (17:33 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Fri, 24 Jun 2022 07:50:25 +0000 (16:50 +0900)
This is because TextField and TextEditor use PanGesture, parent actors will not be able to receive PanGesture.

So let's propagate the pan gesture to the parent unless the text is being scrolled by the pan gesture.

Change-Id: Ia3b9995fab97287cbf4db271f3912712b7f78695


No differences found