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

Isolate state of decision tree editor #13

Closed
daemontus opened this issue Oct 19, 2023 · 1 comment
Closed

Isolate state of decision tree editor #13

daemontus opened this issue Oct 19, 2023 · 1 comment

Comments

@daemontus
Copy link
Member

Right now, decision tree editors of the same computation result share state within one session object. We should either (a) make sure only one tree editor window is allowed per session, or (b) make a new copy of the session for each editor window to ensure the state of each editor is independent.

@daemontus
Copy link
Member Author

Resolved in #15. Right now, there can be just one tree editor per computation result. In the future, we might want to be able to open more than one.

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