I'm currently trying to access an element of a DragDatadraggable element when called on UI.drop. I have something like this:
tile <- UI.new
field <- UI.new
on UI.drop field $ \_ -> do
-- How to receive the DragData here?
Can someone help me? Thanks in advance!
Hello Moritz
source
share