From ce3695a7b6f285e3c1654b9a7b78a7f937381888 Mon Sep 17 00:00:00 2001 From: LiAn Date: Fri, 18 Feb 2022 13:12:16 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-combined-gestures.md. Signed-off-by: LiAn --- .../application-dev/reference/arkui-ts/ts-combined-gestures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-combined-gestures.md b/zh-cn/application-dev/reference/arkui-ts/ts-combined-gestures.md index 23f3be2f75..9e14508861 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-combined-gestures.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-combined-gestures.md @@ -30,7 +30,7 @@ GestureGroup(mode: GestureMode, ...gesture: GestureType[]) ## 事件 | 名称 | 功能描述 | -| -------- | -------- | -------- | +| -------- | -------- | | onCancel(event: () => void) | 顺序组合手势(GestureMode.Sequence)取消后触发回调。 | -- GitLab