Kevin Smith
Kevin Smith
This is working fine for me on version 1.2.5 of the library (current version). I found that if I put --insertionPoint in the splice then I get the opposite problem...
I actually did try that, but it didn't work.
It looks like the source code for this callback is still commented out: ``` // At this point we invoke the callback, which still can disallow the drop. // We...
Not sure if this applies everywhere, but in my case this works around the issue: ``` .dndDragging { opacity: 0.9; } ```