mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 23:56:44 +08:00
[desktop] for bug 65869
This commit is contained in:
@ -73,5 +73,7 @@ if ( window.AscDesktopEditor ) {
|
||||
}
|
||||
}
|
||||
|
||||
!window.features && (window.features = {});
|
||||
window.features.size = {width: window.outerWidth, height: outerHeight};
|
||||
window.desktop.execCommand('webapps:entry', (window.features && JSON.stringify(window.features)) || '');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user