feat: cmd+enter to send
This commit is contained in:
@ -50,6 +50,7 @@ interface TextareaProps {
|
||||
onChange(ev: React.ChangeEvent<HTMLTextAreaElement>): void;
|
||||
value: string;
|
||||
onFocus(): void;
|
||||
onKeyDown(ev: React.KeyboardEvent<HTMLTextAreaElement>): void;
|
||||
}
|
||||
|
||||
const Textarea = (props: TextareaProps) => {
|
||||
|
Reference in New Issue
Block a user