-
-
Notifications
You must be signed in to change notification settings - Fork 637
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] layout of tree in specification explorer doesnt reorganize on collapsing #3334
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@catosaurusrex2003 could you please provide few files which might have the logic of rendering this tree |
@hkv24 I'm not quite sure what you mean by 'files.' Could you clarify that for me? I was just exploring the asyncapi spec https://www.asyncapi.com/docs/reference/specification/v3.0.0-explorer when i encountered this |
@catosaurusrex2003 I meant the file from the codebase. Anyway did you figured out something to solve this one? |
I haven't started working on this issue yet and was hoping to see if others encounter it first to confirm it's a legitimate concern. But if you’d like to solve it, feel free to go ahead! |
@catosaurusrex2003 I see that the issue still persists, can you mention the name of the file where the actually logic of this issue lies ? |
Hello everyone, for those of you who were asking for the files which are responsible for the issue. Here is the file, I don't know if the issue can be resolved by just editing that file since we are using schyma library to render the tree, so you should consider opening an issue and PR on that repository to resolve the issue. |
@JeelRajodiya thanks 👌 I will be opening a PR in https://github.com/AceTheCreator/schyma soon |
Describe the bug.
see the blank space between components and operations
whenever you expand and collapse a node in the tree the blank space is retained by the node even though it is not expanded.
Expected behavior
when i collapse a node A and then expand another node B
node A should not have extra blank space as its children are hidden
Screenshots
added
How to Reproduce
🥦 Browser
Mozilla Firefox
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: