(event)
| 96 | } |
| 97 | |
| 98 | clickaway (event) { |
| 99 | if (event.target.className === 'rct-modal-inner') { |
| 100 | event.stopPropagation(); |
| 101 | PubSub.publish(CLICKAWAY); |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | renderModals () { |
| 106 | let modalLength = this.state.modals.length; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…