[DE] Change focus time for modal dialog
This commit is contained in:
parent
4c4eec70c2
commit
dd9c89fa80
|
@ -93,7 +93,7 @@ define([
|
|||
var me = this;
|
||||
_.delay(function(){
|
||||
me.getChild('input').focus();
|
||||
},500);
|
||||
},100);
|
||||
},
|
||||
|
||||
onPrimary: function(event) {
|
||||
|
|
|
@ -94,7 +94,7 @@ define([
|
|||
var me = this;
|
||||
_.delay(function(){
|
||||
me.getChild('input').focus();
|
||||
},500);
|
||||
},50);
|
||||
},
|
||||
|
||||
onPrimary: function(event) {
|
||||
|
|
Loading…
Reference in a new issue