Skip to content

Commit

Permalink
chore: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jan 29, 2024
1 parent f991d4e commit 8a8a488
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/features/context-pad/ContextPadProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,15 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
translate('Append end event')
),
'append.gateway': appendAction(
'bpmn:ExclusiveGateway',
'bpmn-icon-gateway-none',
translate('Append gateway')
),
'append.gateway1': appendAction(
'bpmn:ExclusiveGateway',
'bpmn-icon-gateway-none',
translate('Append gateway'),
{ isMarkerVisible: true }
{ isMarkerVisible: false }
),
'append.append-task': appendAction(
'bpmn:Task',
Expand Down

0 comments on commit 8a8a488

Please sign in to comment.