MCPcopy Create free account
hub / github.com/algorithm-visualizer/algorithm-visualizer / constructor

Function constructor

src/components/CodeEditor/index.js:12–16  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

10
11class CodeEditor extends React.Component {
12 constructor(props) {
13 super(props);
14
15 this.aceEditorRef = React.createRef();
16 }
17
18 handleResize() {
19 this.aceEditorRef.current.resize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected