electron-api-demos
electron-api-demos copied to clipboard
Drag and Drop demo causes hard crash with npm start
I am running Ubuntu 18.04 and node.js 10.8.0. When I run the application with npm start I get a hard crash when I attempt to drag and drop from the native-ui drag demo. The drag action looks like a black box. I was interested in troubleshooting the issue and noticed that it works correctly when running with the Debugger for Chrome extension in VS Code.
Happened to me too, I think it has to do something with a version of Electron. If I used version 3.0.3 it would crash on Linux Mint (Debian based). If I used the last minor version (3.0.13 at the time of writing this), it works fine. Hope it helps.