From fad69002dc6468c865527684798bc30e3f828fc5 Mon Sep 17 00:00:00 2001 From: ssshooter Date: Thu, 6 Feb 2025 21:35:27 +0800 Subject: [PATCH] fix: call hideLinkController when editing arrow label --- src/arrow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arrow.ts b/src/arrow.ts index 699d763..c55fe3e 100644 --- a/src/arrow.ts +++ b/src/arrow.ts @@ -323,6 +323,7 @@ export function renderArrow(this: MindElixirInstance) { } export function editArrowLabel(this: MindElixirInstance, el: CustomSvg) { + hideLinkController(this) console.time('editSummary') if (!el) return const textEl = el.children[3]