Skip to content

v1.0.2

Choose a tag to compare

@nwn900 nwn900 released this 15 Jul 23:06

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