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
@@ -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() {