Skip to content

Commit

Permalink
id assigned back to label element
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Kimmel committed Apr 6, 2020
1 parent bc8a6af commit e52d143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const ProcessEventDot = styled(
</use>
<foreignObject x="7.41" y="-3.4" height="6.4px" width="42px">
<LabelText>
<span>{eventModel.eventName(event)}</span>
<span id={labelId}>{eventModel.eventName(event)}</span>
</LabelText>
</foreignObject>
<text
Expand Down

0 comments on commit e52d143

Please sign in to comment.