-
Notifications
You must be signed in to change notification settings - Fork 54
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
bug(webapp): document selection highlight does not work for childs #65
Comments
@fynnfluegge Hey can you please provide me the proper steps for reproducing the issue so that I can help you with this quickly? Please also provide screenshot for better understanding. |
Hey @vishalpawarR thanks for your help! 🙌 You can see in this screenshot I selected I have the feeling the bug occurred in one of the last commits if this might help you. |
Hey @vishalpawarR I have an idea about this. In #64 I changed the behaviour of the selection of a document with an onchange event by using |
Pushed a quickfix here 45e68dd because parent selection was broken after selecting a child. Hightlight color after selection still does not work currently. |
Hey @vishalpawarR how you doing? Feel free to let me know if you need some help or introduction to the project 🙌 |
Adds functionality to select and edit documents in the editor component. When a document is selected, its content is fetched from the server and displayed in the editor. The commit also includes changes to the sidenav component to highlight the selected document and update the content in the editor when a document is selected. Additionally, it adds input fields for creating and editing document titles. Fixes #65
When selecting a child node in the document tree the highlight color does not appear anymore.
The text was updated successfully, but these errors were encountered: