I want to execute performDrop() as soon as my finger is over a "droppable Area" which can be detected by using dropEntered(), without lifting the finger from the screen.
https://developer.apple.com/documentation/swiftui/dropdelegate
Is there any way to achieve this?
Jakob