mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 17:06:31 -06:00
Merge pull request #108 from tms/searchbox-key-interceptions
Prevent click from being trapped in the editor field
This commit is contained in:
commit
8eed88da27
@ -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 New Issue
Block a user