mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 04:21:44 +08:00
DEV: Upgrades to Ember 3.10 (#7871)
Co-Authored-By: majakomel <maja.komel@gmail.com>
This commit is contained in:
@ -59,7 +59,7 @@ export default Ember.Component.extend({
|
||||
|
||||
this.set("inviteEmail", "");
|
||||
Ember.run.scheduleOnce("afterRender", () =>
|
||||
this.$(".invite-email").focus()
|
||||
this.element.querySelector(".invite-email").focus()
|
||||
);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user