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

Prevent redundant updates to timelines and animations #194

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

johannesodland
Copy link
Contributor

Calls to updateMeasurements() schedules a task to update timelines and animations.

updateMeasurements() can potentially be called multiple times before the scheduled task is executed. If a task is already scheduled, scheduling new tasks would be redundant.

@flackr flackr merged commit ab4c1a8 into flackr:master Jan 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants