From 66fe6a2efcab12b574d9356fb5092159c42a29d5 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Sat, 7 Dec 2024 16:22:11 -0500 Subject: [PATCH] fix position issue fix position issue when in chat --- app/components/chat/BaseChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 6d61df17..da4d0c9d 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -525,6 +525,7 @@ export const BaseChat = React.forwardRef( onStop={stopListening} disabled={isStreaming} /> + {chatStarted && {() => }} (
{isModelSettingsCollapsed ? {model} : } - {chatStarted && {() => }}
{input.length > 3 ? (