Skip to content

Commit 187f1ef

Browse files
fix(@clyaui/tooltip): fixes error when not forcing Tooltip repositioning when X axis is modified
1 parent 94d2142 commit 187f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clay-tooltip/src/TooltipProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const TooltipProvider: React.FunctionComponent<
343343

344344
const alignment = doAlign({
345345
overflow: {
346-
adjustX: false,
346+
adjustX: autoAlign,
347347
adjustY: autoAlign,
348348
},
349349
points,

0 commit comments

Comments
 (0)