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:
Corey Johnson
2014-06-03 11:36:44 -07:00
parent 31b3d8f967
commit dac792a243

View File

@@ -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