mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Temporarily remove '.editor' class from react editor wrapper
This will prevent warnings from packages during testing.
This commit is contained in:
@@ -4,7 +4,7 @@ EditorComponent = require './editor-component'
|
||||
|
||||
module.exports =
|
||||
class ReactEditorView extends View
|
||||
@content: -> @div class: 'editor react-wrapper'
|
||||
@content: -> @div class: 'react-wrapper'
|
||||
|
||||
constructor: (@editor) ->
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user