From 6669abf38d87311bf3985553f43295aa4bb00deb Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 16 Aug 2021 05:13:02 -0700 Subject: [PATCH] docs: clarify platform-specific usage of the acceptFirstMouse option (#30522) --- docs/api/browser-window.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 19b809d635c..10f4533fda9 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -187,9 +187,9 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. * `parent` BrowserWindow (optional) - Specify parent window. Default is `null`. * `modal` Boolean (optional) - Whether this is a modal window. This only works when the window is a child window. Default is `false`. - * `acceptFirstMouse` Boolean (optional) - Whether the web view accepts a single - mouse-down event that simultaneously activates the window. Default is - `false`. + * `acceptFirstMouse` Boolean (optional) - Whether clicking an inactive window will also + click through to the web contents. Default is `false` on macOS. This option is not + configurable on other platforms. * `disableAutoHideCursor` Boolean (optional) - Whether to hide cursor when typing. Default is `false`. * `autoHideMenuBar` Boolean (optional) - Auto hide the menu bar unless the `Alt`