Skip to content

Commit 019ac75

Browse files
committed
feat: prevent dup border
1 parent 49ddcb4 commit 019ac75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/summary.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export const selectSummary = function (this: MindElixirInstance, el: SummarySvgG
203203
'stroke-width': '2',
204204
fill: 'none',
205205
})
206-
rect.classList.add('selected')
207206
el.appendChild(rect)
208207
this.currentSummary = el
209208
}

0 commit comments

Comments
 (0)