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

Issue with modifying too many array ranges quickly #14

Open
psavery opened this issue Oct 7, 2024 · 0 comments
Open

Issue with modifying too many array ranges quickly #14

psavery opened this issue Oct 7, 2024 · 0 comments

Comments

@psavery
Copy link
Collaborator

psavery commented Oct 7, 2024

The updates after modifying an array range take some time.

If we go through and modify the ranges of each array quickly together, some of them never get updated, because state.array_modified gets overwritten with another array.

We should make sure all arrays whose ranges are edited get updated.

Maybe we should also introduce some sort of delay for updating as well. It usually tries to start updating before I'm done editing a slider. It isn't really interactive, since it takes a while to update, so maybe an "apply" button or wait a certain time until no more modifications are detected to update.

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

No branches or pull requests

1 participant