We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal Reproduction Example
It appears that events simply are not triggered and callbacks not executed
The text was updated successfully, but these errors were encountered:
I have the same issue, it worked with 0.93 as well, but no longer with 0.95
require('nw.gui').Window.get().tray.on('click', () => { // this is never executed })
Sorry, something went wrong.
revert to nwjs 0.93.0
f1308b5
- see nwjs/nw.js#8248
No branches or pull requests
Minimal Reproduction Example
It appears that events simply are not triggered and callbacks not executed
The text was updated successfully, but these errors were encountered: