Skip to content

Commit

Permalink
dir auto
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Mar 5, 2024
1 parent f2d267f commit ad306ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/pages/submit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ export function Submit(props: PageProps & MatchProps) {
placeholder={_t("submit.title-placeholder")}
autoFocus={true}
value={title}
dir={"auto"}
onChange={(e) => setTitle(e.target.value)}
spellCheck={true}
/>
Expand Down Expand Up @@ -447,6 +448,7 @@ export function Submit(props: PageProps & MatchProps) {
}}
disableRows={true}
maxrows={100}
dir={"auto"}
spellCheck={true}
activeUser={(activeUser && activeUser.username) || ""}
/>
Expand Down

0 comments on commit ad306ee

Please sign in to comment.