In the latest version of Tauri + Wry, the onDragDropEvent seems to not work correctly on Windows 11. When attempting to drag a file from the File Explorer into the Tauri window, the file icon on the mouse cursor disappears immediately. Btw, the onDragDropEvent works well on macOS.
Reproduction
On a Windows 11 device, use the cargo create-tauri-app command to create a new example project.
Follow the official documentation to configure the necessary permissions for onDragDropEvent.
Run the application.
Attempt to drag a file from the File Explorer into the Tauri window.
Describe the bug
In the latest version of Tauri + Wry, the
onDragDropEvent
seems to not work correctly on Windows 11. When attempting to drag a file from the File Explorer into the Tauri window, the file icon on the mouse cursor disappears immediately. Btw, theonDragDropEvent
works well on macOS.Reproduction
cargo create-tauri-app
command to create a new example project.onDragDropEvent
.Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
No response