Skip to content

Commit

Permalink
feat(parse): missing node titles for comps children
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Jun 27, 2023
1 parent 865c856 commit 3e27add
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-owls-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lottiefiles/relottie-parse": patch
---

feat: add extraCompositions child node titles
3 changes: 3 additions & 0 deletions packages/relottie-parse/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,9 @@ export const objectEntity: NoKeyEntityMap = {
[CT.textRanges]: {
defaultTitle: OT.textRange,
},
[CT.extraCompositions]: {
defaultTitle: OT.assetPrecomposition,
},
};

const createDependentTitles = (
Expand Down

0 comments on commit 3e27add

Please sign in to comment.