Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Sep 24, 2024
1 parent 158eeb5 commit 600f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__template__/ComponentTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const prefixSvgIds = (svgElement: SVGElement): void => {
})
}
// Traverse all elements in the SVG to update ID references
// Traverse all elements in the SVG to update id references
svgElement.querySelectorAll('*').forEach((element) => {
updateReferences(element)
})
Expand Down

0 comments on commit 600f822

Please sign in to comment.