mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
Merge pull request #3093 from ONLYOFFICE/fix/pdf-editor
fix pdf double dialog imports
This commit is contained in:
@ -41,9 +41,7 @@ define([
|
||||
'jquery',
|
||||
'underscore',
|
||||
'backbone',
|
||||
'common/main/lib/component/Button',
|
||||
'common/main/lib/view/ImageFromUrlDialog',
|
||||
'pdfeditor/main/app/view/ImageSettingsAdvanced'
|
||||
'common/main/lib/component/Button'
|
||||
], function (menuTemplate, $, _, Backbone) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -48,8 +48,7 @@ define([
|
||||
'common/main/lib/component/ColorButton',
|
||||
'common/main/lib/component/ComboDataView',
|
||||
'common/main/lib/component/Slider',
|
||||
'common/main/lib/component/MultiSliderGradient',
|
||||
'pdfeditor/main/app/view/ShapeSettingsAdvanced'
|
||||
'common/main/lib/component/MultiSliderGradient'
|
||||
], function (menuTemplate, $, _, Backbone) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -46,9 +46,7 @@ define([
|
||||
'common/main/lib/component/ThemeColorPalette',
|
||||
'common/main/lib/component/ColorButton',
|
||||
'common/main/lib/component/ComboBorderSize',
|
||||
'common/main/lib/component/ComboDataView',
|
||||
'common/main/lib/view/InsertTableDialog',
|
||||
'pdfeditor/main/app/view/TableSettingsAdvanced'
|
||||
'common/main/lib/component/ComboDataView'
|
||||
], function (menuTemplate, $, _, Backbone) {
|
||||
'use strict';
|
||||
|
||||
|
||||
@ -48,8 +48,7 @@ define([
|
||||
'common/main/lib/component/ColorButton',
|
||||
'common/main/lib/component/ComboDataView',
|
||||
'common/main/lib/component/Slider',
|
||||
'common/main/lib/component/MultiSliderGradient',
|
||||
'common/main/lib/view/ImageFromUrlDialog'
|
||||
'common/main/lib/component/MultiSliderGradient'
|
||||
], function (menuTemplate, $, _, Backbone) {
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user