[DE] Change focus time for modal dialog

This commit is contained in:
Julia Radzhabova 2019-10-08 13:30:53 +03:00
parent 4c4eec70c2
commit dd9c89fa80
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ define([
var me = this; var me = this;
_.delay(function(){ _.delay(function(){
me.getChild('input').focus(); me.getChild('input').focus();
},500); },100);
}, },
onPrimary: function(event) { onPrimary: function(event) {

View file

@ -94,7 +94,7 @@ define([
var me = this; var me = this;
_.delay(function(){ _.delay(function(){
me.getChild('input').focus(); me.getChild('input').focus();
},500); },50);
}, },
onPrimary: function(event) { onPrimary: function(event) {