Skip to content

Commit c85a96f

Browse files
committedAug 30, 2023
feat(SVG): remove unused variable
1 parent 01061a9 commit c85a96f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/loaders/SVG/component.vue

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function dispose() {
107107
function updateLayers() {
108108
dispose();
109109
const _layers = [];
110-
let i = 0;
111110
for (const path of paths.value) {
112111
const style = path.userData?.style ?? {};
113112
const fillMaterial = (Object.assign({

0 commit comments

Comments
 (0)
Please sign in to comment.