MCPcopy Create free account
hub / github.com/Sethispr/image-compressor / handleWindowDragOver

Function handleWindowDragOver

components/Dropzone.tsx:51–53  ·  view source on GitHub ↗
(e: DragEvent)

Source from the content-addressed store, hash-verified

49 };
50
51 const handleWindowDragOver = (e: DragEvent) => {
52 e.preventDefault();
53 };
54
55 const handleWindowDrop = async (e: DragEvent) => {
56 e.preventDefault();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected