From 9adb232d9975aa891c3fa239d82936e09727465b Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1rton=20Salomv=C3=A1ry?= Date: Tue, 6 Dec 2016 22:47:26 +0100 Subject: [PATCH] Clarify modal windows being sheets on macOS --- docs/api/browser-window.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 6cc6aa1..870f5c6 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -100,6 +100,7 @@ child.once('ready-to-show', () => { ### Platform notices +* On macOS modal windows will be displayed as sheets attached to the parent window. * On macOS the child windows will keep the relative position to parent window when parent window moves, while on Windows and Linux child windows will not move. -- 2.7.4