mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-22 13:48:16 +00:00
fix(context-pad): create ExclusiveGateway
This commit is contained in:
parent
6183fc2561
commit
4af334259c
@ -66,8 +66,8 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
||||
},
|
||||
'action.model-gateway': {
|
||||
imageUrl: 'data:image/png;base64,' + images.GATEWAY,
|
||||
action: function() {
|
||||
append(element, 'bpmn:Gateway');
|
||||
action: function(e) {
|
||||
append(element, 'bpmn:ExclusiveGateway');
|
||||
}
|
||||
},
|
||||
'action.model-task': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user