DEV: this is now fixed in core
This commit is contained in:
parent
1b52bd3a63
commit
445e94de4c
|
@ -18,10 +18,6 @@ export default Ember.Controller.extend({
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onShow() {
|
|
||||||
document.activeElement.blur();
|
|
||||||
},
|
|
||||||
|
|
||||||
onClose() {
|
onClose() {
|
||||||
if (this.get("model.onClose") && this.get("model.username")) {
|
if (this.get("model.onClose") && this.get("model.username")) {
|
||||||
this.get("model.onClose")(this.get("model.username"));
|
this.get("model.onClose")(this.get("model.username"));
|
||||||
|
|
Loading…
Reference in New Issue