MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / handleDragStart

Function handleDragStart

packages/ui/src/views/datasets/DatasetItems.jsx:107–111  ·  view source on GitHub ↗
(e, position)

Source from the content-addressed store, hash-verified

105 }
106
107 const handleDragStart = (e, position) => {
108 draggingItem.current = position
109 setStartDragPos(position)
110 setEndDragPos(-1)
111 }
112 const handleDragEnter = (e, position) => {
113 setEndDragPos(position)
114 dragOverItem.current = position

Callers 1

EvalDatasetRowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected