mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +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>
7 lines
233 B
Markdown
7 lines
233 B
Markdown
---
|
|
'tauri': 'patch:bug'
|
|
'tauri-runtime-wry': 'patch'
|
|
---
|
|
|
|
Fix `RunEvent::WindowEvent(event: WindowEvent::FileDrop(FileDropEvent))` never triggered and always prevent default OS behavior when `disable_file_drop_handler` is not used.
|