mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 19:43:04 +08:00
fix(compose): Temporarily disable composer full height feature
This commit is contained in:
parent
82089f8dbe
commit
86c41ca272
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue