improve(bpmnrenderer): allow pointer events for group content

close #22
This commit is contained in:
jdotzki 2014-04-30 15:20:59 +02:00
parent 0411154440
commit 697ed88a04
1 changed files with 2 additions and 1 deletions

View File

@ -909,7 +909,8 @@ function BpmnRenderer(events, styles, bpmnRegistry, pathMap) {
group.attr({
'stroke-width': 1,
'stroke-dasharray': '8,3,1,3',
'fill': 'None'
'fill': 'None',
'pointer-events': 'none'
});
return group;