diff --git a/src/components/Tooltip/Tooltip.tsx b/src/components/Tooltip/Tooltip.tsx index e68d990a..c0f122f1 100644 --- a/src/components/Tooltip/Tooltip.tsx +++ b/src/components/Tooltip/Tooltip.tsx @@ -559,7 +559,7 @@ const Tooltip = ({ */ } }) - if (newAnchors.length) { + if (newAnchors.length || removedAnchors.length) { setAnchorsBySelect((anchors) => [ ...anchors.filter((anchor) => removedAnchors.includes(anchor)), ...newAnchors,