brimdata / react-arborist

The complete tree view component for React
MIT License
3.08k stars 139 forks source link

willReceiveDrop for closed folders? #254

Closed hyperknot closed 6 months ago

hyperknot commented 6 months ago

I'm trying to make it possible to drop on closed folders. I don't need to open them while hovering, just being able to detect which closed folder is being hovered over.

Basically exactly what node.willReceiveDrop does today, except for closed folders.

Are there workarounds to extend that behaviour for closed folders as well?

hyperknot commented 6 months ago

I figured it out, basically it needed children: [] to make it recognised as a droppable folder.