You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag n' drop is already supported on desktop platforms, because winit provides an event for it. Web supports this event but isn't integrated into winit yet, primarily because in web the dropped file isn't a PathBuf, so requires a manual event handler implementation.
Drag n' drop is already supported on desktop platforms, because
winit
provides an event for it. Web supports this event but isn't integrated intowinit
yet, primarily because in web the dropped file isn't aPathBuf
, so requires a manual event handler implementation.Ref: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop
The text was updated successfully, but these errors were encountered: