mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-12 10:04:16 +00:00
fix(context-pad): use correct icon
This commit is contained in:
parent
bd2a4dd16b
commit
53a701da93
@ -168,7 +168,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
|||||||
|
|
||||||
'connect': {
|
'connect': {
|
||||||
group: 'connect',
|
group: 'connect',
|
||||||
className: 'icon-connection',
|
className: 'icon-connection-multi',
|
||||||
title: 'Connect using Sequence/MessageFlow',
|
title: 'Connect using Sequence/MessageFlow',
|
||||||
action: {
|
action: {
|
||||||
click: startConnect,
|
click: startConnect,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user