Ben Abramovitch
05/02/2024, 7:20 PMif (dragData is DragData.FilesList)
to if (dragData is DragData.Image)
is always false even if I drag an image in?
I don't see any way to alter this behaviour either? Anyone know why this sample is considering every input as a FileList and how do I get it to return Image if I actually drag an image in.Ben Abramovitch
05/02/2024, 8:12 PMBen Abramovitch
05/03/2024, 2:17 AM