From 600f822e7e69fcef9f18806b34e161b4f8712d8c Mon Sep 17 00:00:00 2001 From: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:35:19 -0400 Subject: [PATCH] chore: comment --- src/__template__/ComponentTemplate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__template__/ComponentTemplate.vue b/src/__template__/ComponentTemplate.vue index db02c54b..2fb4d403 100644 --- a/src/__template__/ComponentTemplate.vue +++ b/src/__template__/ComponentTemplate.vue @@ -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) })