chore: fix: picker always show

This commit is contained in:
Joel 2025-07-10 16:27:05 +08:00
parent 2d960ce401
commit 2d8f6f4a48

View File

@ -113,7 +113,7 @@ const ToolPicker: FC<Props> = ({
<PortalToFollowElem
placement='top'
offset={0}
open={true}
open={isShow}
onOpenChange={onShowChange}
>
<PortalToFollowElemTrigger