getNSViewForDragEvent assert

I’m hitting an assert in getNSViewForDragEvent when trying to do drag and drop. After the user drags it takes a bit of time for me to generate the actual files. Once the files are generated, the mouse may have already moved off of the component and then the drag and drop fails.

Would it be possible to just pass the src component into performExternalDragDropOfFiles()?

Good idea. I’ve added this on develop with commit b2576d2.

1 Like