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

Fix Id clash when using multiple Trees #32

Merged
merged 12 commits into from
Nov 21, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Nov 21, 2023


Each Tree now has a globally unique id, meaning the same Tree can be rendered in different Ui:s and still work, and you can have multiple trees. However, it is up to the user to pick a globally unique id.

src/tree.rs Outdated Show resolved Hide resolved
@emilk emilk added the bug Something isn't working label Nov 21, 2023
@emilk emilk merged commit 7a3991d into main Nov 21, 2023
8 of 9 checks passed
@emilk emilk deleted the emilk/fix-multi-tree-id-clash-forked branch November 21, 2023 10:23
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

Successfully merging this pull request may close these issues.

Bug v0.2.0: Id clash when using multiple Trees
2 participants