()
| 11669 | } |
| 11670 | } |
| 11671 | close() { |
| 11672 | this.setState({ |
| 11673 | dialogHidden: true, |
| 11674 | working: false |
| 11675 | }); |
| 11676 | } |
| 11677 | render() { |
| 11678 | const closeDialog = ()=>this.close(); |
| 11679 | if (this.state.delayAction) requestAnimationFrame(()=>{ |
no outgoing calls
no test coverage detected