Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Storing the source artboard events and text runs leads to problems when using instanced artboards as the nested artboards use references to the source objects. Noesis ran into this when trying to use the API to change the text run's value but weren't seeing anything getting marked dirty as the returns runs effectively were owned by a different artboard. This dries up the API and fixes references by using two generalized count and indexAt methods. Further details here! https://github.com/rive-app/rive/pull/6043#issuecomment-1922305190 Diffs= f5e458f80 Rework text/event count/at. (#6548)
- Loading branch information