chore: 暂时隐藏suggestionlist
This commit is contained in:
parent
5d634e3ad1
commit
02692444a5
@ -1106,14 +1106,14 @@ export function InputBox({
|
||||
status={status}
|
||||
/>
|
||||
</PromptInput>
|
||||
|
||||
{shouldShowSuggestionList && (
|
||||
{/* TODO: 需要在sxwz中隐藏 */}
|
||||
{/* {shouldShowSuggestionList && (
|
||||
<SuggestionListContainer
|
||||
ref={suggestionListTourRef}
|
||||
bootstrapAndLockSkills={iframeSkill.bootstrapAndLockSkills}
|
||||
isBootstrapping={iframeSkill.isBootstrapping}
|
||||
/>
|
||||
)}
|
||||
)} */}
|
||||
|
||||
{!disabled &&
|
||||
!showWelcomeStyle &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user