(pageX, pageY)
| 33 | } |
| 34 | |
| 35 | _currentPosition(pageX, pageY) { |
| 36 | this.setState({ |
| 37 | ...this.state, |
| 38 | pageX, |
| 39 | pageY |
| 40 | }); |
| 41 | } |
| 42 | |
| 43 | _show(items, positionX, positionY, width, height, onSelect) { |
| 44 | positionX = positionX - this.state.pageX; |
nothing calls this directly
no outgoing calls
no test coverage detected