mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 16:02:46 +08:00
[de,se] fix chart and spreadsheet dialogs delayed loading in DE
This commit is contained in:
@ -47,8 +47,7 @@ define([
|
||||
'spreadsheeteditor/main/app/view/ExternalLinksDlg',
|
||||
'spreadsheeteditor/main/app/view/ImportFromXmlDialog',
|
||||
'spreadsheeteditor/main/app/view/GoalSeekDlg',
|
||||
'spreadsheeteditor/main/app/view/GoalSeekStatusDlg',
|
||||
'common/main/lib/view/OptionsDialog'
|
||||
'spreadsheeteditor/main/app/view/GoalSeekStatusDlg'
|
||||
], function () {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -44,7 +44,6 @@ define([
|
||||
'common/main/lib/view/ImageFromUrlDialog',
|
||||
'common/main/lib/view/SelectFileDlg',
|
||||
'common/main/lib/view/SymbolTableDialog',
|
||||
'common/main/lib/view/OptionsDialog',
|
||||
'common/main/lib/util/define',
|
||||
'common/main/lib/view/SearchBar',
|
||||
'spreadsheeteditor/main/app/view/Toolbar',
|
||||
|
||||
@ -203,6 +203,7 @@ require([
|
||||
], function() {
|
||||
app.postLaunchScripts = [
|
||||
'common/main/lib/controller/ScreenReaderFocus',
|
||||
'common/main/lib/view/OptionsDialog',
|
||||
'spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced',
|
||||
'spreadsheeteditor/main/app/view/ImageSettingsAdvanced',
|
||||
'spreadsheeteditor/main/app/view/SlicerSettingsAdvanced',
|
||||
|
||||
Reference in New Issue
Block a user