Add overlayer class to ReactEditorView

Closed #2442
This commit is contained in:
Corey Johnson
2014-05-29 15:15:34 -07:00
parent 249a14704b
commit 4840987082

View File

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