()
| 14 | } |
| 15 | }, |
| 16 | getDefaultProps() { |
| 17 | return { |
| 18 | width: 300, |
| 19 | position: 'right', |
| 20 | }; |
| 21 | }, |
| 22 | |
| 23 | calcPositionStyle(){ |
| 24 | const {position, width} = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…