codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

feat(DropHandler): Global Drop Handler #77

Closed codyswanner closed 2 months ago

codyswanner commented 3 months ago

Implemented a global drop handler so that files can be dropped anywhere on the page, whether the Upload Box is open or not.

Closes #75