| 15 | |
| 16 | @observer |
| 17 | export class TreeListBlockView extends React.Component<TreeListBlockViewProps> { |
| 18 | render() { |
| 19 | const { isSelected, childSetBlock } = this.props |
| 20 | const leftPos = childSetBlock.x |
nothing calls this directly
no outgoing calls
no test coverage detected