tauri
tauri copied to clipboard
[bug] Drag API is invalid on WIN11
@FabianLars Hello, I have a bug here. Can you help me take a look at it when you have time?
I refer to the example mentioned in this answer. I use file-drop event in my program. However, it only works properly in WIN10. It cannot accept file drag in WIN11. Is this a known BUG?
This is my code: https://github.com/kerwin612/PortableRunner/blob/c6cc39d9154e591b76f5e473ddc2e7e8b923360e/src/main.js#L193
Run on WIN10 as follows:
Run on WIN11 as follows:
Originally posted by @kerwin612 in https://github.com/tauri-apps/tauri/discussions/4736#discussioncomment-7940734