From ebca101768524a3af92b0e570e40c077898fb95f Mon Sep 17 00:00:00 2001 From: Ashutosh Choudhary Date: Fri, 27 Jan 2023 14:29:54 +0530 Subject: [PATCH] #2859 Update lottie.js Fixed the issue #2859 --- build/player/lottie.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/player/lottie.js b/build/player/lottie.js index c0af2c5ed..dfbb68af3 100644 --- a/build/player/lottie.js +++ b/build/player/lottie.js @@ -9056,6 +9056,7 @@ if (this.shapeModifiers[i].isAnimatedWithShape(data)) { return true; } + i += 1; } return false;