[SSE] Formula wizard: fix focus after selecting data
This commit is contained in:
parent
5552d9f845
commit
a91f56adde
|
@ -362,6 +362,11 @@ define([
|
|||
input.setValue(changedValue);
|
||||
me.onInputChanging(input);
|
||||
me.show();
|
||||
_.delay(function(){
|
||||
me._noApply = true;
|
||||
input.cmpEl.find('input').focus();
|
||||
me._noApply = false;
|
||||
},1);
|
||||
});
|
||||
|
||||
var xy = me.$window.offset();
|
||||
|
|
Loading…
Reference in a new issue