Skip to content

fix description button not working error #263

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

Merged
merged 1 commit into from
Nov 4, 2023
Merged

fix description button not working error #263

merged 1 commit into from
Nov 4, 2023

Conversation

sgrtye
Copy link
Contributor

@sgrtye sgrtye commented Nov 2, 2023

The map linking IDs to TreeNodeModel was defined to use string keys, but during runtime, integer keys are being encountered. To address this issue, I implemented checks to ensure that both key types are parsed correctly. However, it's crucial to conduct further investigation to determine the root cause of this discrepancy and confirm that the map's intended key type is indeed string.

@ccagml ccagml merged commit 0c04fb6 into ccagml:main Nov 4, 2023
@sgrtye sgrtye deleted the descriptionButtonFix branch November 4, 2023 07:10
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

Successfully merging this pull request may close these issues.

2 participants