MCPcopy Create free account
hub / github.com/react-dropzone/react-dropzone / composeDragHandler

Function composeDragHandler

src/index.js:931–933  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

929 };
930
931 const composeDragHandler = (fn) => {
932 return noDrag ? null : composeHandler(fn);
933 };
934
935 const stopPropagation = (event) => {
936 if (noDragEventsBubbling) {

Callers 1

useDropzoneFunction · 0.85

Calls 1

composeHandlerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…