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

[Bugfix] update index after remove node #554

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

hizzgdev
Copy link
Owner

An issue has been confirmed where the find_node_after and find_node_before works unexpected after nodes are removed, which is reported in #551.

The api find_node_after and find_node_before relies on the continuity of index field of nodes. But the index of nodes are not updated after nodes are removed.

This PR update the nodes' index, and resolve #551.

@hizzgdev hizzgdev merged commit 4234052 into master Dec 15, 2023
3 checks passed
@hizzgdev hizzgdev deleted the bugfix/update-index-after-remove-nodes branch December 15, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant