Skip to content

Commit

Permalink
fix(custom): remove extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Oct 11, 2024
1 parent 6f1f779 commit 9fb4073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/animation/customGraphicTransition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export function applyUpdateTransition(
for (let i = 0; i < optionPaths.length; i++) {
const path = optionPaths[i];
prepareShapeOrExtraAllPropsFinal('shape', path, paths[i]);
prepareShapeOrExtraAllPropsFinal('extra', path, paths[i]);
}
}
else {
Expand Down

0 comments on commit 9fb4073

Please sign in to comment.