| 15 | } |
| 16 | |
| 17 | export class InlineProperty extends React.Component<PropertyProps> { |
| 18 | render() { |
| 19 | const { block, leftPos, topPos, propertyName } = this.props |
| 20 | const { node } = this.props.block |
nothing calls this directly
no outgoing calls
no test coverage detected