refactor(Popover): Upgrade Popover to Antd5 (#31973)

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
This commit is contained in:
Alexandru Soare
2025-02-10 16:38:17 +02:00
committed by GitHub
parent 06f8f8e608
commit 0030f46d2d
30 changed files with 157 additions and 228 deletions

View File

@@ -47,9 +47,9 @@ const ContourPopoverTrigger = ({
<ControlPopover
trigger="click"
content={popoverContent}
defaultVisible={visible}
visible={visible}
onVisibleChange={setVisibility}
defaultOpen={visible}
open={visible}
onOpenChange={setVisibility}
destroyTooltipOnHide
>
{props.children}