mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Merge pull request #13140 from atom/fb-vjeux-fix_arrow
Fix wrong binding on atom-environment.coffee
This commit is contained in:
@@ -656,7 +656,7 @@ class AtomEnvironment extends Model
|
||||
restoreWindowDimensions: ->
|
||||
unless @windowDimensions? and @isValidDimensions(@windowDimensions)
|
||||
@windowDimensions = @getDefaultWindowDimensions()
|
||||
@setWindowDimensions(@windowDimensions).then -> @windowDimensions
|
||||
@setWindowDimensions(@windowDimensions).then => @windowDimensions
|
||||
|
||||
restoreWindowBackground: ->
|
||||
if backgroundColor = window.localStorage.getItem('atom:window-background-color')
|
||||
|
||||
Reference in New Issue
Block a user