chore(project): update didi dependency
This commit is contained in:
parent
a77796b271
commit
5d5683ff64
|
@ -48,7 +48,7 @@
|
|||
"version": "bpmn-io/diagram-js-direct-editing"
|
||||
},
|
||||
"didi": {
|
||||
"version": "0.0.4"
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"ids": {
|
||||
"version": "0.1.1",
|
||||
|
|
|
@ -14,7 +14,7 @@ var MIN_BOUNDS = {
|
|||
};
|
||||
|
||||
|
||||
function LabelEditingProvider(eventBus, canvas, directEditing, commandStack, injector) {
|
||||
function LabelEditingProvider(eventBus, canvas, directEditing, commandStack) {
|
||||
|
||||
directEditing.registerProvider(this);
|
||||
commandStack.registerHandler('element.updateLabel', UpdateLabelHandler);
|
||||
|
@ -66,7 +66,7 @@ function LabelEditingProvider(eventBus, canvas, directEditing, commandStack, inj
|
|||
this._commandStack = commandStack;
|
||||
}
|
||||
|
||||
LabelEditingProvider.$inject = [ 'eventBus', 'canvas', 'directEditing', 'commandStack', 'injector' ];
|
||||
LabelEditingProvider.$inject = [ 'eventBus', 'canvas', 'directEditing', 'commandStack' ];
|
||||
|
||||
module.exports = LabelEditingProvider;
|
||||
|
||||
|
|
Loading…
Reference in New Issue