| 90 | |
| 91 | @observer |
| 92 | export class EditorNodeBlock extends React.Component<NodeBlockProps> { |
| 93 | shapeRef = React.createRef<SVGPathElement>() |
| 94 | |
| 95 | constructor(props: NodeBlockProps) { |
nothing calls this directly
no outgoing calls
no test coverage detected