We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1463 commit eacee03Copy full SHA for eacee03
src/frontend_react/src/components/content/HomeInput.tsx
@@ -104,6 +104,7 @@ const HomeInput: React.FC<HomeInputProps> = ({
104
value={input}
105
placeholder="Tell us what needs planning, building, or connecting—we'll handle the rest."
106
onChange={setInput}
107
+ onEnter={handleSubmit}
108
disabledChat={submitting}
109
>
110
<Button
0 commit comments