crabnebula-dev / drag-rs

Draggable for GUI apps
https://crabnebula.dev
Apache License 2.0
48 stars 9 forks source link

Support native drag & drop into file system ? #33

Open creeper12356 opened 2 months ago

creeper12356 commented 2 months ago

Hello. I came from this tauri issue where you said this plugin supports native drag & drop into the file system as electron . Here is a gif of the behavior in electron:

img

However, it seems that this plugin can only provide x and y coordinate of drop position, not the native file path , already mentioned in #29 .

Is it possible to achieve this feature or it has been achieved but I didn't notice ?

Appreciate it for your answer. :smile: