MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / shouldComponentUpdate

Function shouldComponentUpdate

xadmin-dashboard/src/containers/FreeBox.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8class FreeBox extends React.Component {
9
10 shouldComponentUpdate() {
11 return this.props.editMode
12 }
13
14 onResize = (key, ele) => {
15 const { layout={} } = this.props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected