-
Notifications
You must be signed in to change notification settings - Fork 198
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 on node iterator with nested nodes #7
Comments
LucasXu0
changed the title
fix: bug on node iterator with nested nodes
bug on node iterator with nested nodes
Mar 15, 2023
LucasXu0
added a commit
that referenced
this issue
Mar 15, 2023
fix: #7 bug on node iterator with nested nodes
This was referenced Jun 21, 2023
This was referenced Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we have more than two level nodes nested (as children) the node iterator misses the first parent, because it goes as deep as possible at first.
Faced this while working on Table.
Reference: AppFlowy-IO/AppFlowy#1986
The text was updated successfully, but these errors were encountered: