Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@36.0.0-beta.6
.
Release Notes for v36.0.0-beta.6
Fixes
- Fixed an error when calling
window.emit('close')
after toggling fullscreen mode. #46621 (Also in 35) - Fixed an issue where context menu actions such as copy/paste did not correctly fire when a frame was not passed in. #46619