mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: continue discussion when creating new topic from composer-actions
This commit is contained in:
parent
480c94d298
commit
b0eed424f7
1 changed files with 1 additions and 2 deletions
|
@ -180,8 +180,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
options.action = Composer.CREATE_TOPIC;
|
||||
options.categoryId = this.get("composerModel.topic.category.id");
|
||||
|
||||
this.get("composerController").close();
|
||||
this.get("composerController").open(options);
|
||||
this._replyFromExisting(options, _postSnapshot, _topicSnapshot);
|
||||
break;
|
||||
|
||||
case "reply_as_private_message":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue