diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index faeab7e75ac6..54822dce2ce6 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -7632,7 +7632,7 @@ export default function ChatView(props: ChatViewProps) { threadRef={activeThreadRef} tabId={renderedRightPanelSurface.resourceId} configuredUrls={configuredPreviewUrls} - visible + visible={rightPanelOpen} onSendAnnotation={(annotation, image) => { void onSend(undefined, "foreground", { annotation, image }); }}