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

Function composeHandler

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

Source from the content-addressed store, hash-verified

921 }, [noClick, openFileDialog]);
922
923 const composeHandler = (fn) => {
924 return disabled ? null : fn;
925 };
926
927 const composeKeyboardHandler = (fn) => {
928 return noKeyboard ? null : composeHandler(fn);

Callers 3

composeKeyboardHandlerFunction · 0.85
composeDragHandlerFunction · 0.85
useDropzoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…