Browse Source

Merge pull request #8155 from salomvary/explain-macos-modal-sheet

Clarify modal windows being sheets on macOS
Kevin Sawicki 8 years ago
parent
commit
54d27a390b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/browser-window.md

+ 1 - 0
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.