Skip to content

Commit

Permalink
Update Slider position correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSlama authored and sashuk committed Oct 10, 2024
1 parent 5d32ccb commit 36bd2a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SliderValueLabel = ({
})
)
// we need to recalculate on value change to get new rect
}, [isOverlaped, index, xPlacement, value])
}, [isOverlaped, index, xPlacement, value, tooltip])

return (
<span
Expand Down

0 comments on commit 36bd2a8

Please sign in to comment.