You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: