Skip to content

Commit 43d2cad

Browse files
authored
Merge pull request #8044 from nextcloud/fix/text-direction-auto-for-comment-input
fix: use automatic text direction for comment input
2 parents 393bea4 + 70db384 commit 43d2cad

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)