Release Notes for v7.2.4
Fixes
- Fixed Promise timeout issue when running Electron as Node. #23324
- Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu. #23182
- Fixed an issue where windows without
nativeWindowOpen: true
could invoke the non-native-open path. #23224 - Fixed memory leak when using contextBridge with sandbox=true. #23232
- MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #23174