Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live mode - addActions didn't work with liveMode #1008

Closed
wants to merge 3 commits into from

Conversation

eoghanmurray
Copy link
Contributor

addActions (not addAction) had a bug where it would replace this.actions rather than mutating it, causing the actions array in the raf loop to not get new actions (because it still referred to the previous incarnation of this.actions)

eoghanmurray and others added 3 commits September 22, 2022 09:58
…ons` - refactor to reuse `addAction` and add a `push` fast-track to this function for the common case of adding actions in the correct order
@eoghanmurray
Copy link
Contributor Author

Sorry this is a dupe of #1001

@Juice10 Juice10 added the 2.0 label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants