diff --git a/front/src/components/ui/Textarea.vue b/front/src/components/ui/Textarea.vue index 866868a57..acc75de6a 100644 --- a/front/src/components/ui/Textarea.vue +++ b/front/src/components/ui/Textarea.vue @@ -186,17 +186,17 @@ const focus = () => textarea.value.focus() @keydown.ctrl.shift.x.exact.prevent="strikethrough" @keydown.ctrl.k.exact.prevent="link" :maxlength="max" :placeholder="placeholder" v-model="model" id="textarea_id" />
-