mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 18:22:51 +08:00
[SSE] Formula wizard: fix focus after selecting data
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user