mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user