Skip to content

Commit

Permalink
Fix(NewMessage): adjust items dir based on the selected language. It'…
Browse files Browse the repository at this point in the history
…s temporary until we find a way to fix the emoji picker on selected language and not on user's language (new text message)

Signed-off-by: Dorra Jaouad <[email protected]>
  • Loading branch information
DorraJaouad authored and backportbot[bot] committed Jan 27, 2025
1 parent 80425d2 commit d0aaa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
:menu-container="containerElement"
:placeholder="placeholderText"
:aria-label="placeholderText"
dir="auto"
:dir="text ? 'auto' : undefined"
@keydown.esc="handleInputEsc"
@keydown.ctrl.up="handleEditLastMessage"
@keydown.meta.up="handleEditLastMessage"
Expand Down

0 comments on commit d0aaa43

Please sign in to comment.