mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Fix error in specs
This commit is contained in:
@@ -543,7 +543,7 @@ class AtomEnvironment extends Model
|
||||
@show(),
|
||||
@focus()
|
||||
]
|
||||
steps.push(@setFullScreen(true)) if @workspace.fullScreen
|
||||
steps.push(@setFullScreen(true)) if @windowDimensions?.fullScreen
|
||||
steps.push(@maximize()) if @windowDimensions?.maximized and process.platform isnt 'darwin'
|
||||
Promise.all(steps)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user