mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
FIX: continue discussion when creating new topic from composer-actions
This commit is contained in:
parent
480c94d298
commit
b0eed424f7
@ -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…
x
Reference in New Issue
Block a user