[de,se] fix chart and spreadsheet dialogs delayed loading in DE

This commit is contained in:
Konstantin Kireyev
2024-03-29 18:35:39 +05:00
parent 9aa3760f78
commit cb1bfde738
3 changed files with 2 additions and 3 deletions

View File

@ -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';

View File

@ -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',

View File

@ -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',