()
| 104 | } |
| 105 | |
| 106 | getNode() { |
| 107 | return this.nodeRef.current; |
| 108 | } |
| 109 | |
| 110 | getDimension(node) { |
| 111 | return this.props.horizontal ? node.scrollWidth : node.scrollHeight; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…