(pointerPos: number, dir?: Direction)
| 462 | } |
| 463 | |
| 464 | function getScrollPosition(pointerPos: number, dir?: Direction) { |
| 465 | return getScrollPositionFromPointer(pointerPos, pointerOffsetRef.current, sizes, dir) |
| 466 | } |
| 467 | |
| 468 | if (orientation === 'horizontal') { |
| 469 | return ( |
no test coverage detected
searching dependent graphs…