()
| 68 | }, |
| 69 | |
| 70 | onOtherDomClick(){ |
| 71 | this.closeSubMenu(); |
| 72 | }, |
| 73 | |
| 74 | formatChild(node, i, {current}){ |
| 75 | let {disabled, index, children} = node.props; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…