FIX: Remove extra setting of `view`
This commit is contained in:
parent
c1f9d76323
commit
fb639bc5f9
|
@ -257,7 +257,6 @@ export default Discourse.Controller.extend({
|
|||
|
||||
this.setProperties({ showEditReason: false, editReason: null });
|
||||
composerMessages.reset();
|
||||
this.set('view', this.container.lookup('view:composer'));
|
||||
|
||||
// If we want a different draft than the current composer, close it and clear our model.
|
||||
if (composerModel && opts.draftKey !== composerModel.draftKey &&
|
||||
|
|
Loading…
Reference in New Issue