| 14 | |
| 15 | @observer |
| 16 | export class DragOverlay extends React.Component<OverlayProps> { |
| 17 | render() { |
| 18 | const { selection, editorRef } = this.props |
| 19 | const dragState = selection.dragState |
nothing calls this directly
no outgoing calls
no test coverage detected