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

Function triggerFileInput

frontend/components/chat-input.tsx:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 const triggerFileInput = () => {
242 fileInputRef.current?.click()
243 }
244
245 const handleDragOver = (e: React.DragEvent<HTMLFormElement>) => {
246 e.preventDefault()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected