tauri/.changes/fix-drag-and-drop.md
2021-06-21 10:55:14 -03:00

6 lines
259 B
Markdown

---
"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.