the default electron file drag project (https://github.com/electron/electron/tree/v15.3.0/docs/fiddles/features/drag-and-drop) should from my understanding have a drag icon when the user is dragging a file, however after copying the project per vadum the drag icon does not show up, has there been a change, does it just not work or am I missing something?
I'm using the latest build of windows 10
To answer your question first: It was not changed (no change for this Fiddle since May 19, 2021) and is still working.
For me it looks like this when opening the project with Electron Fiddle (Windows 10 21H1 x64, build 19043.1288) and Electron v13.1.7:
According to the source code, this is the icon that should be visible: https://img.icons8.com/ios/452/drag-and-drop.png
Which version of Electron are you using? And, just to be sure, you have opened the project with Electron (Fiddle) and not in your browser by clicking on the index.html
file, correct?