File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @lottiefiles/dotlottie-wc ' : patch
3+ ---
4+
5+ fixed marker prop
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
8585 autoplay : this . autoplay ,
8686 speed : this . speed ,
8787 segment : this . segment ,
88+ marker : this . marker ,
8889 mode : this . mode ,
8990 renderConfig : this . renderConfig ,
9091 useFrameInterpolation : this . useFrameInterpolation ,
@@ -184,6 +185,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
184185 autoplay : this . autoplay ,
185186 speed : this . speed ,
186187 segment : this . segment ,
188+ marker : this . marker ,
187189 mode : this . mode ,
188190 renderConfig : this . renderConfig ,
189191 useFrameInterpolation : this . useFrameInterpolation ,
@@ -201,6 +203,7 @@ export abstract class BaseDotLottieWC<T extends DotLottie | DotLottieWorker> ext
201203 autoplay : this . autoplay ,
202204 speed : this . speed ,
203205 segment : this . segment ,
206+ marker : this . marker ,
204207 mode : this . mode ,
205208 renderConfig : this . renderConfig ,
206209 useFrameInterpolation : this . useFrameInterpolation ,
You can’t perform that action at this time.
0 commit comments