mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
:doc: comment reflow
This commit is contained in:
@@ -1484,8 +1484,8 @@ class AtomApplication extends EventEmitter {
|
||||
}
|
||||
})()
|
||||
|
||||
// Show the open dialog as child window on Windows and Linux, and as
|
||||
// independent dialog on macOS. This matches most native apps.
|
||||
// Show the open dialog as child window on Windows and Linux, and as an independent dialog on macOS. This matches
|
||||
// most native apps.
|
||||
const parentWindow = process.platform === 'darwin' ? null : BrowserWindow.getFocusedWindow()
|
||||
|
||||
const openOptions = {
|
||||
|
||||
Reference in New Issue
Block a user