Don't load base style sheets in AtomEnvironment

As it will happen again right after package activation.

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra
2017-03-08 18:10:54 +01:00
committed by Nathan Sobo
parent 47391110e8
commit fce10242dc
3 changed files with 6 additions and 9 deletions

View File

@@ -233,7 +233,6 @@ class AtomEnvironment extends Model
@config.load()
@themes.loadBaseStylesheets()
@initialStyleElements = @styles.getSnapshot()
@themes.initialLoadComplete = true if onlyLoadBaseStyleSheets
@setBodyPlatformClass()