mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:04:35 +08:00
Fix embedded
This commit is contained in:
@ -86,7 +86,7 @@ SSE.ApplicationController = new(function(){
|
||||
$('.viewer').addClass('top');
|
||||
}
|
||||
|
||||
config.mode && (config.mode = 'view'); // always view for embedded
|
||||
config.mode = 'view'; // always view for embedded
|
||||
config.canCloseEditor = false;
|
||||
var _canback = false;
|
||||
if (typeof config.customization === 'object') {
|
||||
|
||||
Reference in New Issue
Block a user