mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
Merge branch 'fix/bug-70896' into develop
This commit is contained in:
@ -50,7 +50,7 @@ define([
|
||||
!app.postLaunchScripts && (app.postLaunchScripts = []);
|
||||
// console.log('on_app_ready', app.postLaunchScripts);
|
||||
|
||||
require(app.postLaunchScripts, () => {
|
||||
require({waitSeconds: 0}, app.postLaunchScripts, () => {
|
||||
if (!!Common.UI.ScreenReaderFocusManager) {
|
||||
Common.UI.ScreenReaderFocusManager.init(me.api);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user