I'm working on an app supporting drag and dropping items from one to another collection. I begun developing under monterey using a dedicated DropDelegate with custom UTType.
I just continued developing, now under ventura, and noticed that just after I drop an element, the element just stays there for about half a second and just gets non-transparent and suddenly disappears.
I tried using the new draggable
-modifier usign the Transferable Protocol, but this has the same problem.
My question: Is this behaviour a new intended change? If yes, is there a way to change the disappear behaviour (like shrinking, moving to a specified place, transforming)?
Best