From e7c1771fe46663cbe4ee5f8f28c22e6aee670668 Mon Sep 17 00:00:00 2001 From: lijisanxiong <1518062161@qq.com> Date: Wed, 19 Nov 2025 21:31:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=B0=83=E6=95=B4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=BC=96=E8=BE=91=E5=99=A8AI=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E6=96=87=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/code/monaco-editor/monaco-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/code/monaco-editor/monaco-editor.tsx b/src/editor/code/monaco-editor/monaco-editor.tsx index 0ff60c551..834418071 100644 --- a/src/editor/code/monaco-editor/monaco-editor.tsx +++ b/src/editor/code/monaco-editor/monaco-editor.tsx @@ -550,7 +550,7 @@ export const IBizCode = defineComponent({ if (items.length === 0) return; ibiz.inLineAIUtil.showContextMenus( editorRect.left + coordinates.left, - editorRect.top + coordinates.top + 28 + 40 + 18, + editorRect.top + coordinates.top + 28 + 40, items, ); }; -- Gitee