Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
export function getDataFromDataTransfer(dataTransfer, typesToTry, defaultValue) {
|
||||
const result = typesToTry.reduce((resultSoFar, typeToTry)=>resultSoFar || dataTransfer.getData(typeToTry)
|
||||
, '');
|
||||
return result != null ? result : defaultValue;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=getDataFromDataTransfer.js.map
|
||||
Reference in New Issue
Block a user