ChristopherChudzicki / math3d-react

A user-friendly 3d graphing calculator for the web. Create, share, and animate 3d mathematical scenes.
https://www.math3d.org
Mozilla Public License 2.0
249 stars 34 forks source link

Fix Dragging to Empty Folders #297

Closed nicegamer7 closed 3 years ago

nicegamer7 commented 3 years ago

This PR adds a small indicator under empty folders so that the Draggable area is not zero.

When dragging from above an empty folder, everything works fine. However, when dragging from below an empty folder, you need to drag the object past the Draggable area and onto the folder itself. I'm not too sure why that is, but I figure this is better than nothing.

ChristopherChudzicki commented 3 years ago

This has always annoyed me. Thanks!