mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove .editor class from ReactEditorView
ReactEditorView and EditorComponent were using the editor class. This caused context menus that used `.editor` as the selector to display twice.
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: 'editor react-wrapper overlayer'
|
||||
@content: -> @div class: 'react-wrapper overlayer'
|
||||
|
||||
focusOnAttach: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user