We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f98e8 commit 86a9fe4Copy full SHA for 86a9fe4
src/components/Tooltip/Tooltip.tsx
@@ -568,7 +568,7 @@ const Tooltip = ({
568
})
569
if (newAnchors.length || removedAnchors.length) {
570
setAnchorsBySelect((anchors) => [
571
- ...anchors.filter((anchor) => removedAnchors.includes(anchor)),
+ ...anchors.filter((anchor) => !removedAnchors.includes(anchor)),
572
...newAnchors,
573
])
574
}
0 commit comments