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

Function handleDragEnter

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

Source from the content-addressed store, hash-verified

110 setEndDragPos(-1)
111 }
112 const handleDragEnter = (e, position) => {
113 setEndDragPos(position)
114 dragOverItem.current = position
115 }
116
117 const handleDragEnd = (e, position) => {
118 dragOverItem.current = position

Callers 1

EvalDatasetRowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected