FIX: close on click outside

This commit is contained in:
Joffrey JAFFEUX
2017-11-21 17:37:13 +01:00
committed by GitHub
parent 00e9805e23
commit 3dfc0777df

View File

@@ -189,7 +189,7 @@ export default Ember.Mixin.create({
return false;
}
this.unfocus(event);
this.close(event);
return;
},