mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
dont show propective selections since we have @ to mention
This commit is contained in:
parent
80a5dc0362
commit
1ed82ba174
1 changed files with 2 additions and 2 deletions
|
|
@ -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() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue