Skip to content

Commit

Permalink
Fix isOverlappingAtTop JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Sep 7, 2023
1 parent d154e78 commit 21320d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/getTooltipStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ function computeHorizontalShift(windowWidth: number, xOffset: number, componentW
* | |
* |_ _ _ _ _|
*
* @param tooltip - The reference to the tooltip's root element
* @param xOffset - The distance between the left edge of the window
* and the left edge of the wrapped component.
* @param yOffset - The distance between the top edge of the window
* and the top edge of the wrapped component.
* @param [tooltip] - The reference to the tooltip's root element
* @param tooltipTargetWidth - The width of the tooltip's target
* @param tooltipTargetHeight - The height of the tooltip's target
*/
Expand Down

0 comments on commit 21320d3

Please sign in to comment.