Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Nov 26, 2024
1 parent e6ed429 commit 8aec50b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// We're using the timeout because when a tooltip is used inside an animated view (e.g., popover),
// we need to wait for the animation to finish before measuring content.
const pendingTooltips = new Set<NodeJS.Timeout>();

// We store the callback for closing a tooltip here.
const activeTooltips = new Set<() => void>();

Expand Down

0 comments on commit 8aec50b

Please sign in to comment.