v1.0.2
Enable HTML5 drag-and-drop file upload support
- Disable Tauri's built-in drag-drop handler (wry's IDropTarget) so WebView2 forwards native file drops to the page
- ChatGPT already handles dragenter/dragover/drop with dataTransfer.files
- Files can now be dragged from explorer directly into the chat field