We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89be1c8 commit 96c0544Copy full SHA for 96c0544
src/MCT.js
@@ -25,7 +25,6 @@ define([
25
'legacyRegistry',
26
'uuid',
27
'./api/api',
28
- 'text!./adapter/templates/edit-object-replacement.html',
29
'./selection/Selection',
30
'./api/objects/object-utils',
31
'./ui/ViewRegistry'
@@ -34,7 +33,6 @@ define([
34
33
legacyRegistry,
35
uuid,
36
api,
37
- editObjectTemplate,
38
Selection,
39
objectUtils,
40
ViewRegistry
src/adapter/templates/edit-object-replacement.html
0 commit comments