fix(compose): Temporarily disable composer full height feature

This commit is contained in:
Ben Gotow 2015-03-06 16:10:21 -08:00
parent 82089f8dbe
commit 86c41ca272

View file

@ -39,7 +39,7 @@ ComposerView = React.createClass
componentWillMount: ->
@_prepareForDraft()
@_checkForKnownFrames()
# @_checkForKnownFrames()
componentDidMount: ->
@keymap_unsubscriber = atom.commands.add '.composer-outer-wrap', {
@ -62,7 +62,7 @@ ComposerView = React.createClass
@keymap_unsubscriber.dispose()
componentWillUpdate: ->
@_checkForKnownFrames()
#@_checkForKnownFrames()
componentDidUpdate: ->
# We want to use a temporary variable instead of putting this into the