Skip to content

Commit eacee03

Browse files
committed
add the enter action
1 parent 79c1463 commit eacee03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend_react/src/components/content/HomeInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const HomeInput: React.FC<HomeInputProps> = ({
104104
value={input}
105105
placeholder="Tell us what needs planning, building, or connecting—we'll handle the rest."
106106
onChange={setInput}
107+
onEnter={handleSubmit}
107108
disabledChat={submitting}
108109
>
109110
<Button

0 commit comments

Comments
 (0)