mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-08 23:25:04 +00:00
parent
85150135a6
commit
7e5f4eba14
@ -95,7 +95,12 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||
action: function() {
|
||||
append(element, 'bpmn:TextAnnotation');
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
_.extend(actions, {
|
||||
'action.delete': {
|
||||
imageUrl: 'data:image/png;base64,' + images.TRASH,
|
||||
action: function(e) {
|
||||
@ -104,8 +109,6 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
return actions;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user