mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-04 16:12:47 +08:00
feat: support RTL text (#6)
This commit is contained in:
@@ -21,6 +21,7 @@ export function InputBox({ onSubmit, enabled }) {
|
||||
|
||||
return (
|
||||
<textarea
|
||||
dir="auto"
|
||||
ref={inputRef}
|
||||
disabled={!enabled}
|
||||
className="interact-input"
|
||||
|
||||
Reference in New Issue
Block a user