(e)
| 174 | } |
| 175 | |
| 176 | onEscKeyDown(e) { |
| 177 | if (e.key === 'Escape') { |
| 178 | this.hide(e); |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | getRef(ref) { |
| 183 | const { innerRef } = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…