Skip to content

Commit c4ab9c2

Browse files
authored
Merge 17a58da into 3bb74da
2 parents 3bb74da + 17a58da commit c4ab9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/components/TooltipSlider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const HandleTooltip = (props: {
2222

2323
function keepAlign() {
2424
rafRef.current = raf(() => {
25-
tooltipRef.current?.forcePopupAlign();
25+
tooltipRef.current?.forceAlign();
2626
});
2727
}
2828

0 commit comments

Comments
 (0)