Commit dccb634
philter
fix(runtime): Don't early out when processing KeyedObjects with missing objects (#11856) 3eb4211852
Previously when a LinearAnimation ran onAddedDirty on all of its keyed objects, it would return early if any keyed objects returned a status other than OK (this could happen in cases where the keyed object itself doesn't validate, for example, when a constraint doesn't have a target, and that constraint has a keyed property on the timeline). This PR updates the flow to instead store those keyed objects and after all keyed objects are processed, it removes them from the list, so they will not be processed in future calls to apply().1 parent f680106 commit dccb634
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments