| 35 | |
| 36 | @observer |
| 37 | export class Editor extends React.Component<EditorProps, EditorState> { |
| 38 | private editorSvgRef: React.RefObject<SVGSVGElement> |
| 39 | private editorColumnRef: React.RefObject<HTMLDivElement> |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected