Skip to content

Commit

Permalink
[DE] fix dependencies scripts for ImageSettingsAdvanced
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Mar 27, 2024
1 parent 1e09259 commit a594ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/documenteditor/main/app_dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ require([
], function() {
app.postLaunchScripts = [
'common/main/lib/controller/ScreenReaderFocus',
'common/main/lib/component/ComboBoxDataView',
'documenteditor/main/app/view/ParagraphSettingsAdvanced',
'documenteditor/main/app/view/ImageSettingsAdvanced',
'documenteditor/main/app/view/TableSettingsAdvanced',
Expand Down
1 change: 1 addition & 0 deletions apps/documenteditor/main/app_pack.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require([
"common/main/lib/controller/ScreenReaderFocus",
"common/main/lib/component/ComboBoxDataView",
"documenteditor/main/app/view/ParagraphSettingsAdvanced",
"documenteditor/main/app/view/ImageSettingsAdvanced.js",
"documenteditor/main/app/view/TableSettingsAdvanced.js",
Expand Down

0 comments on commit a594ae7

Please sign in to comment.