Skip to content

Commit

Permalink
fix: hide path arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Feb 14, 2022
1 parent ee4493e commit 42fe9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gantt/src/components/links/links.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
cursor="pointer"
></path>
</g>
<defs>
<!-- <defs>
<marker [id]="'triangle' + i" markerUnits="strokeWidth" markerWidth="5" markerHeight="4" refX="5" refY="2" orient="auto">
<path [attr.fill]="link.color" [attr.stroke]="link.color" d="M 0 0 L 5 2 L 0 4 z" />
</marker>
</defs>
</defs> -->
</ng-container>
<line class="link-dragging-line"></line>
</svg>

0 comments on commit 42fe9da

Please sign in to comment.