- Output of
node_modules/.bin/electron --version: v4.0.1
- Operating System (Platform and Version): macOS 10.14.2
Expected Behavior
The top of the window should continue responding to clicks after exiting from fullscreen.
Actual behavior
The top ~40px stops responding to clicks after exiting from fullscreen.
To Reproduce
- Clone and run https://github.com/javan/electron-quick-start/tree/hidden-inset-mojave
- Click the black bar at the top of the window. It should turn purple while the mouse is down.
- Enter and exit fullscreen.
- Click the top of the window and note that it no longer turns purple.
$ git clone https://github.com/javan/electron-quick-start.git -b hidden-inset-mojave
$ npm install
$ npm start
Screenshots

Additional Information
This issue is quite similar to #14529.
node_modules/.bin/electron --version: v4.0.1Expected Behavior
The top of the window should continue responding to clicks after exiting from fullscreen.
Actual behavior
The top ~40px stops responding to clicks after exiting from fullscreen.
To Reproduce
Screenshots

Additional Information
This issue is quite similar to #14529.