tauri/.changes/fix-drag-and-drop.md

6 lines
259 B
Markdown
Raw Normal View History

---
"tauri": patch
---
Allow disabling the webview file drop handler (required to use drag and drop on the frontend on Windows) using the `tauri.conf.json > tauri > windows > fileDropEnabled` flag or the `WebviewAttributes#disable_file_drop_handler` method.