mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Add .editor class to react wrapper for package activation events
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports =
|
||||
class ReactEditorView extends View
|
||||
# The `overlayer` class is included for backwards compatibility with
|
||||
# context menus. It should be removed in v1.0.0
|
||||
@content: -> @div class: 'react-wrapper overlayer'
|
||||
@content: -> @div class: 'editor react-wrapper overlayer'
|
||||
|
||||
focusOnAttach: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user