2025.32820: List COMP drag/drop always returns accepted: false

Edit: It seems being ill and not thinking straight is getting to me. Of course it’s handled in the onSelectStart and end callbacks. Saying that it’d be neat if it could be handled in the drag/drop somehow so leaving my original message there.

I’m not sure if I’m doing something wrong here but I have a simple list in which I want to drag one cell onto another but no matter what setup I try it seems that the list doesn’t accept the drop.

It works fine if I drag from elsewhere in using the built in drag/drop but the callbacks always return False even though onHoverStartGetAccept always returns True.

I’ve attached the simplest example possible here…drag one cell onto another and it should say accepted: true but it doesn’t.

base_list_drag_drop.tox (2.6 KB)