chore: fix: picker always show

pull/19758/head
Joel 7 months ago committed by Junyan Qin
parent 20a8801276
commit f52b89a4ce
No known key found for this signature in database
GPG Key ID: 22FE3AFADC710CEB

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

Loading…
Cancel
Save