mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Prevent click from being trapped in the editor field
This commit is contained in:
parent
946255fcc4
commit
0dc5b9be39
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue