MCPcopy
hub / github.com/realdennis/md2pdf / dragOverHandler

Function dragOverHandler

src/App/Container/Hooks/useDrop.js:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 stopDefault(e);
14 };
15 const dragOverHandler = e => {
16 setOver(true);
17 stopDefault(e);
18 };
19 const dropHandler = e => {
20 setOver(false);
21 stopDefault(e);

Callers

nothing calls this directly

Calls 1

stopDefaultFunction · 0.85

Tested by

no test coverage detected