()
| 8 | class FreeBox extends React.Component { |
| 9 | |
| 10 | shouldComponentUpdate() { |
| 11 | return this.props.editMode |
| 12 | } |
| 13 | |
| 14 | onResize = (key, ele) => { |
| 15 | const { layout={} } = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected