Skip to content

Commit 7cb2f3c

Browse files
committed
fix: const assignment
1 parent 95c9016 commit 7cb2f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text-expander-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class TextExpander {
126126

127127
if (!detail.value) return
128128

129-
const suffix = this.expander.getAttribute('suffix') ?? ' '
129+
let suffix = this.expander.getAttribute('suffix') ?? ' '
130130

131131
if (detail.continue) {
132132
suffix = ''

0 commit comments

Comments
 (0)