Skip to content

Commit

Permalink
Prevent click from being trapped in the editor field
Browse files Browse the repository at this point in the history
  • Loading branch information
tms committed Feb 10, 2013
1 parent 946255f commit 0dc5b9b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ window.Discourse.ComposerController = Ember.Controller.extend Discourse.Presence
click: ->
if @get('content.composeState') == Discourse.Composer.DRAFT
@set('content.composeState', Discourse.Composer.OPEN)
false

shrink: ->
if @get('content.reply') == @get('content.originalText') then @close() else @collapse()
Expand Down

0 comments on commit 0dc5b9b

Please sign in to comment.