MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/components/drag_overlay.tsx:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15@observer
16export class DragOverlay extends React.Component<OverlayProps> {
17 render() {
18 const { selection, editorRef } = this.props
19 const dragState = selection.dragState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected