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 cb3a396 commit 9fae513Copy full SHA for 9fae513
apps/web/client/src/app/project/[id]/_components/right-panel/chat-tab/chat-input/index.tsx
@@ -83,7 +83,7 @@ export const ChatInput = observer(({
83
return () => window.removeEventListener('keydown', handleGlobalKeyDown, true);
84
}, []);
85
86
- const disabled = isWaiting || editorEngine.chat.context.context.length === 0;
+ const disabled = isWaiting
87
const inputEmpty = !inputValue || inputValue.trim().length === 0;
88
89
function handleInput(e: React.ChangeEvent<HTMLTextAreaElement>) {
0 commit comments