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

After Undo/Redo for ObservableList, its inspector doesn't repaint to show its current state #595

Open
thestonefox opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thestonefox
Copy link
Member

  1. Create TrackedAlias and inspect it
  2. Create a camera rig (e.g. oculus intergration camera rig)
  3. Add the camera rig into TrackedAlias Camera Rigs array
  4. ctrl-z to undo
  5. expected behaviour: the inspector shows the camera rigs array is empty (size 0)
  6. current behaviour: the inspector still show the camera rig is in the array (size 1). when deselect and select the TrackedAlias again, the array is empty (size 0)
  7. ctrl-y to redo
  8. similar to undo, the redo also show the incorrect array
@thestonefox thestonefox added the bug Something isn't working label Apr 18, 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
Projects
None yet
Development

No branches or pull requests

1 participant