MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/components/editor.tsx:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@observer
37export class Editor extends React.Component<EditorProps, EditorState> {
38 private editorSvgRef: React.RefObject<SVGSVGElement>
39 private editorColumnRef: React.RefObject<HTMLDivElement>
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected