Skip to content

Commit

Permalink
fix: call hideLinkController when editing arrow label
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Feb 6, 2025
1 parent 655fa58 commit fad6900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fad6900

Please sign in to comment.