radiator icon indicating copy to clipboard operation
radiator copied to clipboard

Delete Node: Tree must stay consistent

Open electronicbites opened this issue 1 year ago • 0 comments

When a node gets deleted, the next node in line pointing to the node to delete must be updated and link to the same node as the deleted one before (attribute prev_id.

When a node gets deleted all of its children must be deleted as well.

electronicbites avatar Feb 18 '24 17:02 electronicbites