Closed peterpeterparker closed 2 years ago
For example in
<h2> <span>a\nb\n</span>
It had for effect to redo b on position 0
<h2> <span>ba\n\n</span>
Reevaluate the node depths when moving the element to the redo queue fixes the right index
For example in
It had for effect to redo b on position 0
Reevaluate the node depths when moving the element to the redo queue fixes the right index