fluxxcode / egui-file-dialog

Full featured and customizable file dialog for egui
MIT License
88 stars 14 forks source link

Drag&Drop support #191

Closed hacknus closed 4 days ago

hacknus commented 4 days ago

On macOS 14.6.1 it is not possible to drag&drop files in the dialog. In the built-in system dialog I'm able to drag&drop a file or folder which automatically moves the location of the dialog to this file/folder.

When dragging a file onto the egui-file-dialog the green "plus" indicator appears, which would indicate that drag&drop is possible, but after dropping a file nothing happens.

I'm not sure if this is an OS specific issue or a general one?

fluxxcode commented 4 days ago

Implemented with #192