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

Undo delete a 'box' should update graph animators #180

Closed
rodlie opened this issue May 29, 2024 · 0 comments
Closed

Undo delete a 'box' should update graph animators #180

rodlie opened this issue May 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working ux

Comments

@rodlie
Copy link
Member

rodlie commented May 29, 2024

Issue found when fixing removal of graph animators in #178

When you undo a deleted box the graph animators are not updated, this is because the canvas does not add the box back to selected items. Thereby the graph will not show the animators for the undo'ed (it that even a real word) box until you click it.

So, we should make sure that the canvas adds the box back to selected items when undo.

This issue will only manifest itself in #178, as this was never a problem earlier because we never removed any graph animators in the first place.

@rodlie rodlie added bug Something isn't working ux labels May 29, 2024
@rodlie rodlie self-assigned this May 29, 2024
@rodlie rodlie closed this as completed in d1a3a3a Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux
Projects
None yet
Development

No branches or pull requests

1 participant