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

Improve Empty Folder Indicator #300

Closed nicegamer7 closed 2 years ago

nicegamer7 commented 3 years ago

This PR improves upon #297.

This is an alternative approach to displaying the empty list indicator. Doing it this way makes it so that the indicator is not considered an item, and therefore does not take up space when dropping an item into the list.

ChristopherChudzicki commented 2 years ago

@nicegamer7 Thanks for this and the previous empty folder improvement. Having a drag target on empty folders is great.

My deep apologies for taking 8 months (??) to look at this. I know how frustrating it is when you make a PR to some repo and there's only crickets.

nicegamer7 commented 2 years ago

No worries, just happy to help :)