tauri/.changes/runevent-filedrop.md
Amr Bashir cb640c8e94
fix(runtime-wry): propagate wry file drop event to tao event loop, closes #8206 (#8393)
* fix(runtime-wry): propagate wry file drop event to tao event loop

* fix build

* always block default OS file drop behavior

* Update .changes/runevent-filedrop.md [skip ci]

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-12-28 10:20:24 -03:00

233 B

tauri tauri-runtime-wry
patch:bug patch

Fix RunEvent::WindowEvent(event: WindowEvent::FileDrop(FileDropEvent)) never triggered and always prevent default OS behavior when disable_file_drop_handler is not used.