diff --git a/src/app/research/page.tsx b/src/app/research/page.tsx index 1f90c9c..69bd2ac 100644 --- a/src/app/research/page.tsx +++ b/src/app/research/page.tsx @@ -646,7 +646,7 @@ function ResearchChatPageContent() { } }; - const handleKeyDown = () => { }; + //const handleKeyDown = () => { }; useEffect(() => { setMode(activeTool === "code-composer" ? "code" : "research"); @@ -1034,7 +1034,7 @@ function ResearchChatPageContent() { setInputValue(e.target.value)} - onKeyDown={handleKeyDown as any} + //{handleKeyDown as any} placeholder={getPlaceholder()} disabled={ isLoading ||