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

Method toggleLeft

xadmin-dashboard/src/editor/components/Editor.js:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 toggleLeft() {
27 this.setState({
28 collapsedLeft: !this.state.collapsedLeft
29 })
30 }
31
32 increase() {
33 let percent = this.state.percent + 10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected