[SSE] Formula wizard: fix focus after selecting data

This commit is contained in:
Julia Radzhabova 2020-05-22 19:38:23 +03:00
parent 5552d9f845
commit a91f56adde

View file

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