improve(bpmnrenderer): allow pointer events for group content
close #22
This commit is contained in:
parent
0411154440
commit
697ed88a04
|
@ -909,7 +909,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
|
||||||
group.attr({
|
group.attr({
|
||||||
'stroke-width': 1,
|
'stroke-width': 1,
|
||||||
'stroke-dasharray': '8,3,1,3',
|
'stroke-dasharray': '8,3,1,3',
|
||||||
'fill': 'None'
|
'fill': 'None',
|
||||||
|
'pointer-events': 'none'
|
||||||
});
|
});
|
||||||
|
|
||||||
return group;
|
return group;
|
||||||
|
|
Loading…
Reference in New Issue