Skip to content

Commit c55caa7

Browse files
authored
Update TooltipSlider.tsx (#863)
fix ForceAlign
1 parent 3bb74da commit c55caa7

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)