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
In Electron ≥ 25, event.sender is now undefined for events that are not IPC events. This breaks gatemaker with
event.sender
undefined
gatemaker
TypeError: Cannot read properties of undefined (reading 'getSavePath')
This was apparently an intended change upstream; see
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In Electron ≥ 25,
event.sender
is nowundefined
for events that are not IPC events. This breaksgatemaker
withThis was apparently an intended change upstream; see
The text was updated successfully, but these errors were encountered: