mirror of
https://github.com/discourse/discourse.git
synced 2025-05-10 06:53:05 +08:00
FIX: Do not recall prior DRAFT in a given category when using the Create Topic keyboard shortcut
This commit is contained in:
parent
22fa46b1f2
commit
c2bbbb38f0
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user