parent
2c5548423b
commit
e487d6d811
|
@ -95,21 +95,16 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||||
action: function() {
|
action: function() {
|
||||||
append(element, 'bpmn:TextAnnotation');
|
append(element, 'bpmn:TextAnnotation');
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
});
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
_.extend(actions, {
|
|
||||||
'action.delete': {
|
'action.delete': {
|
||||||
imageUrl: 'data:image/png;base64,' + images.TRASH,
|
imageUrl: 'data:image/png;base64,' + images.TRASH,
|
||||||
action: function(e) {
|
action: function(e) {
|
||||||
console.log('action.delete', e);
|
modeling.removeShape(element);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
}
|
||||||
|
|
||||||
return actions;
|
return actions;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue