RLottie: Fix infinite loop when paused
This commit is contained in:
parent
d2029a989f
commit
b8573ebf35
@ -336,7 +336,7 @@ class RLottie {
|
||||
}
|
||||
|
||||
// Paused from outside
|
||||
if (!this.isAnimating && Array.from(this.containers.values())[0]!.isOnLoadFired) {
|
||||
if (!this.isAnimating) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user