()
| 239 | } |
| 240 | |
| 241 | const triggerFileInput = () => { |
| 242 | fileInputRef.current?.click() |
| 243 | } |
| 244 | |
| 245 | const handleDragOver = (e: React.DragEvent<HTMLFormElement>) => { |
| 246 | e.preventDefault() |
nothing calls this directly
no outgoing calls
no test coverage detected