DEV: this is now fixed in core

This commit is contained in:
jjaffeux 2020-09-16 11:08:16 +02:00
parent 1b52bd3a63
commit 445e94de4c
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ export default Ember.Controller.extend({
});
},
onShow() {
document.activeElement.blur();
},
onClose() {
if (this.get("model.onClose") && this.get("model.username")) {
this.get("model.onClose")(this.get("model.username"));