MCPcopy Create free account
hub / github.com/editablejs/editable / useTableDragPoint

Function useTableDragPoint

packages/plugins/table/src/hooks/use-drag.ts:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 * @returns
55 */
56export const useTableDragPoint = () => {
57 const drag = useStore(store, state => state.drag)
58
59 return React.useMemo(() => drag?.point ?? null, [drag])
60}
61
62/**
63 * 当前拖拽的行数或列数

Callers 1

DraggingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…