Skip to content

Commit fad6900

Browse files
committed
fix: call hideLinkController when editing arrow label
1 parent 655fa58 commit fad6900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arrow.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ export function renderArrow(this: MindElixirInstance) {
323323
}
324324

325325
export function editArrowLabel(this: MindElixirInstance, el: CustomSvg) {
326+
hideLinkController(this)
326327
console.time('editSummary')
327328
if (!el) return
328329
const textEl = el.children[3]

0 commit comments

Comments
 (0)