mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 13:51:09 +08:00
FIX: Keep tags when switching to shared draft
This commit is contained in:
@ -276,6 +276,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||
options.action = action;
|
||||
options.categoryId = this.get("composerModel.categoryId");
|
||||
options.topicTitle = this.get("composerModel.title");
|
||||
options.tags = this.get("composerModel.tags");
|
||||
options.skipDraftCheck = true;
|
||||
this._openComposer(options);
|
||||
},
|
||||
|
Reference in New Issue
Block a user