asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native File Drag and Drop

beatscode opened this issue · comments

Is there any way to leverage electron's native file drag and drop? https://www.electronjs.org/docs/latest/tutorial/native-file-drag-drop

Right now there's no way to leverage that API. It seems like quite a big change to integrate and I won't have time to work on this anytime soon, therefore I'm welcoming PRs.