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 3874138c07f1a156fcd32e59e8cb02d37a9f7099..8268db6dca2ea26db846b343060cc001294905f0 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