From 85758bee3600611635b78fb3a22628a168da6c2c Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Tue, 11 Apr 2023 20:55:57 +0800 Subject: [PATCH] fixed 7fcc21c from https://gitee.com/esterzhou/docs/pulls/17179 Update doc (16637) Signed-off-by: ester.zhou --- en/application-dev/reference/arkui-ts/ts-gesture-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-gesture-settings.md b/en/application-dev/reference/arkui-ts/ts-gesture-settings.md index 3874138c07..8268db6dca 100644 --- a/en/application-dev/reference/arkui-ts/ts-gesture-settings.md +++ b/en/application-dev/reference/arkui-ts/ts-gesture-settings.md @@ -34,7 +34,7 @@ Use the following attributes to bind gesture recognition to a component. When a | Name | Description | | -------------- | ---------------------------------------- | | Normal | The gestures of child components are not ignored and are recognized based on the default gesture recognition sequence. | -| IgnoreInternal | The gestures of child components are ignored. Only the gestures of the current component are recognized.
However, the built-in gestures of the child components are not ignored. For example, when the child component is a **\** component, the built-in sliding gestures can still be triggered. | +| IgnoreInternal | The gestures of child components are ignored, including the built-in gestures. For example, if the child component is **\**, its built-in swipe gesture is also ignored.| ## Gesture Response Event -- GitLab