MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / handleDragLeave

Function handleDragLeave

frontend/components/chat-input.tsx:251–255  ·  view source on GitHub ↗
(e: React.DragEvent<HTMLFormElement>)

Source from the content-addressed store, hash-verified

249 }
250
251 const handleDragLeave = (e: React.DragEvent<HTMLFormElement>) => {
252 e.preventDefault()
253 e.stopPropagation()
254 setIsDragging(false)
255 }
256
257 const handleDrop = (e: React.DragEvent<HTMLFormElement>) => {
258 e.preventDefault()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected