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 b317f64 commit 26e863aCopy full SHA for 26e863a
src/components/Home.jsx
@@ -876,7 +876,6 @@ export default function InstructionModel(properties) {
876
value={currentUserInput}
877
onChange={(e) => setCurrentUserInput(e.target.value)}
878
onKeyDown={handleKeyDown}
879
- disabled={!conversationActive || isAiResponding}
880
rows={1}
881
className="min-h-[40px] max-h-[150px] resize-none"
882
/>
0 commit comments