Skip to content

Commit c7ed2aa

Browse files
refact: Clean up tabs
1 parent cbb1cf6 commit c7ed2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/src/components/Forms/Input/TextareaInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export default {
354354
this.$panel.upload.pick(this.uploadOptions);
355355
},
356356
async wrap(before, after) {
357-
after ??= before;
357+
after ??= before;
358358
await this.insert(before + this.selection() + after);
359359
}
360360
}

0 commit comments

Comments
 (0)