mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove hiding of body during reload
This appears to no longer be needed on Chrome 36
This commit is contained in:
@@ -38,10 +38,7 @@ class WindowEventHandler
|
||||
|
||||
atom.storeDefaultWindowDimensions()
|
||||
atom.storeWindowDimensions()
|
||||
|
||||
if confirmed
|
||||
$(document.body).css('visibility', 'hidden')
|
||||
atom.unloadEditorWindow()
|
||||
atom.unloadEditorWindow() if confirmed
|
||||
|
||||
confirmed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user