[DE] Fix Bug 38285
This commit is contained in:
parent
557721ab8d
commit
1d5ec5d273
|
@ -193,8 +193,9 @@ define([
|
|||
|
||||
var me = this;
|
||||
_.delay(function(){
|
||||
me.txtName.cmpEl.find('input').focus();
|
||||
},500);
|
||||
var input = $('input', me.txtName.cmpEl).select();
|
||||
input.focus();
|
||||
},100);
|
||||
},
|
||||
|
||||
close: function() {
|
||||
|
|
Loading…
Reference in a new issue