From d7ee81418dcb37aa02fff8a8bbac2a5ea570bdc9 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 5 Jun 2014 14:13:41 -0700 Subject: [PATCH] Remove editor class form ReactEditorView, it is on EditorComponent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I couldn’t recreate the problem with activation events mentioned https://github.com/atom/atom/commit/fa66689c07f3c64cdf338da1c9a034d06ec54f9c --- src/react-editor-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-editor-view.coffee b/src/react-editor-view.coffee index 3a1ce50da..d63b4d9f8 100644 --- a/src/react-editor-view.coffee +++ b/src/react-editor-view.coffee @@ -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