Remove editor class form ReactEditorView, it is on EditorComponent

I couldn’t recreate the problem with activation events mentioned
fa66689c07
This commit is contained in:
Corey Johnson
2014-06-05 14:13:41 -07:00
parent 04e4b917b0
commit d7ee81418d

View File

@@ -5,7 +5,7 @@ EditorComponent = require './editor-component'
module.exports =
class ReactEditorView extends View
@content: -> @div class: 'editor react-wrapper'
@content: -> @div class: 'react-wrapper'
focusOnAttach: false