mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
cb640c8e94
* 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>
233 B
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.