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