Skip to content

Commit

Permalink
fix: mask-mode-none name (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Apr 4, 2024
1 parent e2a3cf0 commit cdd475b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-ladybugs-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lottiefiles/last': patch
---

fix(titles): mask-mode-no has to be mask-mode-none
2 changes: 1 addition & 1 deletion packages/last/src/titles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const TITLES = {
markerComment: 'marker-comment',

maskMode: 'mask-mode',
maskModeNo: 'mask-mode-no',
maskModeNone: 'mask-mode-none',
maskModeAdd: 'mask-mode-add',
maskModeSubtract: 'mask-mode-subtract',
maskModeIntersect: 'mask-mode-intersect',
Expand Down

0 comments on commit cdd475b

Please sign in to comment.