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

Method toggleRight

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

Source from the content-addressed store, hash-verified

18 }
19
20 toggleRight() {
21 this.setState({
22 collapsedRight: !this.state.collapsedRight
23 })
24 }
25
26 toggleLeft() {
27 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected