Electron v38.7.2
npm
npm install --save-dev electron@38.7.2
yarn
yarn add --dev electron@38.7.2
Release Notes
Fixes
Fixed an issue where the close callback param for
menu.popupwould fire when any arbitrary submenu of the given menu closed, and not the menu itself. #49047 (Also in 39, 40)Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49020 (Also in 39, 40)