Merge pull request #2968 from cpradio/pr-keyboard-create-topic-clean-composer

FIX: Do not recall prior DRAFT in a given category when using the Create...
This commit is contained in:
Jeff Atwood 2014-11-14 16:30:02 -08:00
commit befe0dce89

View File

@ -132,7 +132,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
},
createTopic: function() {
Discourse.__container__.lookup('controller:composer').open({action: Discourse.Composer.CREATE_TOPIC, draftKey: Discourse.Composer.DRAFT});
Discourse.__container__.lookup('controller:composer').open({action: Discourse.Composer.CREATE_TOPIC, draftKey: Discourse.Composer.CREATE_TOPIC});
},
pinUnpinTopic: function() {