dont show propective selections since we have @ to mention

This commit is contained in:
Mathew Pareles 2025-04-30 21:31:30 -07:00
parent 80a5dc0362
commit 1ed82ba174

View file

@ -292,7 +292,7 @@ export const VoidChatArea: React.FC<VoidChatAreaProps> = ({
className = '',
showModelDropdown = true,
showSelections = false,
showProspectiveSelections = true,
showProspectiveSelections = false,
selections,
setSelections,
featureName,
@ -2923,7 +2923,7 @@ export const SidebarChat = () => {
isStreaming={!!isRunning}
isDisabled={isDisabled}
showSelections={true}
showProspectiveSelections={previousMessagesHTML.length === 0}
// showProspectiveSelections={previousMessagesHTML.length === 0}
selections={selections}
setSelections={setSelections}
onClickAnywhere={() => { textAreaRef.current?.focus() }}