diff --git a/app/page.tsx b/app/page.tsx index 1d4aab2..e9be57c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -35,8 +35,8 @@ function RunFile() { diff --git a/components/chat.tsx b/components/chat.tsx index dec6c1c..9e8de9c 100644 --- a/components/chat.tsx +++ b/components/chat.tsx @@ -159,7 +159,7 @@ const Chat: React.FC = ({ ) : ( <> {showAssistantName && scriptDisplayName && ( -
+

{scriptDisplayName ?? ''}

diff --git a/components/chat/chatBar/CatalogListBox.tsx b/components/chat/chatBar/CatalogListBox.tsx index 6c7a917..f98a30b 100644 --- a/components/chat/chatBar/CatalogListBox.tsx +++ b/components/chat/chatBar/CatalogListBox.tsx @@ -122,7 +122,6 @@ export const CatalogListBox = forwardRef( return ( ( return (
- {isCatalogOpen && ( - - inputElement?.focus()} - /> - - )} + + + inputElement?.focus()} + /> +
+ } + > +
+ diff --git a/components/edit/configure/imports.tsx b/components/edit/configure/imports.tsx index 6c421d7..d2d950e 100644 --- a/components/edit/configure/imports.tsx +++ b/components/edit/configure/imports.tsx @@ -164,8 +164,9 @@ const Imports: React.FC = ({ )}
+
{ diff --git a/components/threads.tsx b/components/threads.tsx index 12f700d..38eb453 100644 --- a/components/threads.tsx +++ b/components/threads.tsx @@ -40,7 +40,7 @@ const Threads: React.FC = ({ onOpenExplore }: ThreadsProps) => { return (