From 1bde309cb5bcf797416a019f1a1507fd155dbed6 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Fri, 27 Oct 2023 19:32:20 +0800 Subject: [PATCH] chore: update hyperlink spell --- src/editor/dataset/constant/ContextMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/dataset/constant/ContextMenu.ts b/src/editor/dataset/constant/ContextMenu.ts index 8d7931f..b82f66f 100644 --- a/src/editor/dataset/constant/ContextMenu.ts +++ b/src/editor/dataset/constant/ContextMenu.ts @@ -16,7 +16,7 @@ export const INTERNAL_CONTEXT_MENU_KEY = { HYPERLINK: { DELETE: 'hyperlinkDelete', CANCEL: 'hyperlinkCancel', - EDIT: 'hyperEdit' + EDIT: 'hyperlinkEdit' }, IMAGE: { CHANGE: 'imageChange',