feat: support RTL text (#6)

This commit is contained in:
josc146
2023-03-18 23:42:31 +08:00
parent 54edc2c269
commit 90a19df56e
4 changed files with 55 additions and 49 deletions
+1
View File
@@ -21,6 +21,7 @@ export function InputBox({ onSubmit, enabled }) {
return (
<textarea
dir="auto"
ref={inputRef}
disabled={!enabled}
className="interact-input"