FIX: avoids view jumping on mobile

This commit is contained in:
Joffrey JAFFEUX 2017-11-17 07:31:57 -08:00 committed by GitHub
parent 221ff24418
commit faa597ff90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default Ember.Mixin.create({
// force the component in a known default state
focus() {
Ember.run.schedule("afterRender", () => this.$offscreenInput().focus() );
Ember.run.schedule("afterRender", () => this.$offscreenInput().select() );
},
expand() {