Skip to content

Commit

Permalink
feat(SVG): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Aug 30, 2023
1 parent 01061a9 commit c85a96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/loaders/SVG/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ function dispose() {
function updateLayers() {
dispose();
const _layers = [];
let i = 0;
for (const path of paths.value) {
const style = path.userData?.style ?? {};
const fillMaterial = (Object.assign({
Expand Down

0 comments on commit c85a96f

Please sign in to comment.