add support for bidi text

fix #1959

Signed-off-by: jamazi <jamazi@tutanota.com>
This commit is contained in:
jamazi
2023-11-05 13:36:45 +00:00
parent 30c5f276b6
commit 2a4b3e709c
9 changed files with 25 additions and 9 deletions

View File

@@ -41,6 +41,7 @@
</span>
</template>
<div ref="contentEditable"
dir="auto"
class="comment-form__contenteditable"
contenteditable
@keydown.enter="handleKeydown"