mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
committed by
Nathan Sobo
parent
47391110e8
commit
fce10242dc
@@ -233,7 +233,6 @@ class AtomEnvironment extends Model
|
||||
|
||||
@config.load()
|
||||
|
||||
@themes.loadBaseStylesheets()
|
||||
@initialStyleElements = @styles.getSnapshot()
|
||||
@themes.initialLoadComplete = true if onlyLoadBaseStyleSheets
|
||||
@setBodyPlatformClass()
|
||||
|
||||
Reference in New Issue
Block a user