This commit is contained in:
Sam 2017-11-30 12:32:50 +11:00
parent bf1f6c7fe4
commit 772301bc65

View File

@ -310,7 +310,6 @@ export default Ember.Controller.extend({
if (this.get('model.composeState') === Composer.OPEN) {
this.shrink();
} else {
debugger;
this.cancelComposer();
}
}