From cb1bfde7381a1c9cc500faf65e33341a460c8fa8 Mon Sep 17 00:00:00 2001 From: Konstantin Kireyev Date: Fri, 29 Mar 2024 18:35:39 +0500 Subject: [PATCH] [de,se] fix chart and spreadsheet dialogs delayed loading in DE --- apps/spreadsheeteditor/main/app/controller/DataTab.js | 3 +-- apps/spreadsheeteditor/main/app/controller/Toolbar.js | 1 - apps/spreadsheeteditor/main/app_dev.js | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DataTab.js b/apps/spreadsheeteditor/main/app/controller/DataTab.js index 307010bd4b..e6902eafc7 100644 --- a/apps/spreadsheeteditor/main/app/controller/DataTab.js +++ b/apps/spreadsheeteditor/main/app/controller/DataTab.js @@ -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'; diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index 272ce78e88..ff24f84289 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -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', diff --git a/apps/spreadsheeteditor/main/app_dev.js b/apps/spreadsheeteditor/main/app_dev.js index d53ac4159a..8ec95ed763 100644 --- a/apps/spreadsheeteditor/main/app_dev.js +++ b/apps/spreadsheeteditor/main/app_dev.js @@ -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',