From c07428523419090e902fc9017b98d2ad0e2f9535 Mon Sep 17 00:00:00 2001 From: i-am-a-little-bird Date: Tue, 3 Jan 2023 15:37:13 +0800 Subject: [PATCH] bugfix Signed-off-by: i-am-a-little-bird --- .../reference/arkui-ts/ts-basic-components-web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index 0379203657..e5e4f4bb21 100755 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -3380,7 +3380,7 @@ getSourceType(): ContextMenuSourceType; | 类型 | 说明 | | ---------------------------------------- | ----------- | -| [ContextMenuSourceType](#contextmenumsourcetype9枚举说明) | 菜单事件来源。 | +| [ContextMenuSourceType](#contextmenusourcetype9枚举说明) | 菜单事件来源。 | ### getInputFieldType9+ @@ -3416,7 +3416,7 @@ getEditStateFlags(): number; | 类型 | 说明 | | ------- | ------------------------- | -| number | 网页元素可编辑标识 [ContextMenuEditStateFlags](contextmenueditstateflags9枚举说明)。 | +| number | 网页元素可编辑标识,参考[ContextMenuEditStateFlags](contextmenueditstateflags9枚举说明)。 | ## WebContextMenuResult9+ -- GitLab