mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
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.
|