Skip to content

Commit 70db384

Browse files
committed
fix: use automatic text direction for comment input
Signed-off-by: grnd-alt <git@belakkaf.net>
1 parent ba0d87f commit 70db384

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/card/CommentForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<template>
77
<div class="comment-form">
88
<NcRichContenteditable v-model="commentText"
9+
dir="auto"
910
:auto-complete="autoComplete"
1011
:maxlength="1000"
1112
:user-data="members"

0 commit comments

Comments
 (0)