Release Notes for v24.3.1
Fixes
- Fixed an issue where
BrowserWindow.isMaximized()
could incorrectly return true for minimized or fullscreened windows on macOS. #38308 (Also in 23, 25) - Fixed an issue where
BrowserWindow.isVisible()
would incorrectly returntrue
for minimized windows on Windows. #38313 (Also in 23, 25) - Fixed an issue where accessing
BrowserWindow.id
threw an error after the window was destroyed. #38310 (Also in 23, 25) - Fixed an issue where calling
win.minimize()
directly after callingwin.maximize()
, and then callingwin.isMaximized()
incorrectly returnstrue
. #38343 (Also in 23, 25)