mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Update stylesheetsActivated when resources are deactivated
This commit is contained in:
@@ -171,6 +171,7 @@ class AtomPackage extends Package
|
||||
syntax.removeProperties(scopedPropertiesPath) for [scopedPropertiesPath] in @scopedProperties
|
||||
keymap.remove(keymapPath) for [keymapPath] in @keymaps
|
||||
atom.themes.removeStylesheet(stylesheetPath) for [stylesheetPath] in @stylesheets
|
||||
@stylesheetsActivated = false
|
||||
|
||||
reloadStylesheets: ->
|
||||
oldSheets = _.clone(@stylesheets)
|
||||
|
||||
Reference in New Issue
Block a user