You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets determine if we want to have any type of focus handling for the close button on modal render. I removed this due to inconsistencies, as it's currently not working with Ember 2.6.1 but is working with Ember 2.10.0
//TODO Not working/** * */didRender(){this.$().focus();}
The text was updated successfully, but these errors were encountered:
This is here as a placeholder issue.
Lets determine if we want to have any type of focus handling for the close button on modal render. I removed this due to inconsistencies, as it's currently not working with Ember 2.6.1 but is working with Ember 2.10.0
The text was updated successfully, but these errors were encountered: