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

@@ -34,6 +34,7 @@
</h3>
<h3 v-else-if="!editing"
v-tooltip="stack.title"
dir="auto"
tabindex="0"
:aria-label="stack.title"
class="stack__title"
@@ -48,6 +49,7 @@
@keyup.esc="cancelEdit">
<input v-model="copiedStack.title"
v-focus
dir="auto"
type="text"
required="required">
<input v-tooltip="t('deck', 'Edit list title')"