()
| 49 | }, |
| 50 | |
| 51 | handleClose(){ |
| 52 | const {onClose} = this.props; |
| 53 | onClose(); |
| 54 | this.clearTimer() |
| 55 | this.setState({ |
| 56 | display: false |
| 57 | }); |
| 58 | }, |
| 59 | |
| 60 | render() { |
| 61 | let {children, content, className, position, closeNode, style, onClose} = this.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…