()
| 32 | }, |
| 33 | |
| 34 | node2Top(){ |
| 35 | const {begin} = this.props; |
| 36 | if (begin) return begin; |
| 37 | const pinNode = ReactDOM.findDOMNode(this.refs.pinNode); |
| 38 | return pinNode.offsetTop; |
| 39 | }, |
| 40 | |
| 41 | |
| 42 | onScroll(){ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…