mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[DE][SSE] Fix Bug 40705
This commit is contained in:
@ -272,7 +272,7 @@ define([
|
||||
var me = this;
|
||||
_.delay(function(){
|
||||
me.inputUrl.cmpEl.find('input').focus();
|
||||
},500);
|
||||
},50);
|
||||
},
|
||||
|
||||
setSettings: function (props) {
|
||||
|
||||
@ -189,7 +189,7 @@ define([
|
||||
var me = this;
|
||||
_.delay(function(){
|
||||
if (me.focusedInput) me.focusedInput.focus();
|
||||
},500);
|
||||
},50);
|
||||
},
|
||||
|
||||
setSettings: function(settings) {
|
||||
|
||||
Reference in New Issue
Block a user