When delete area, I use loop: node.next() or node.previous(), but if this node is deleted, node.next/previous method will be invalidate!
Although delete char/backspace char work not as same method, but I think they are not a stable logic too.
Log in to post a comment.