@ -182,12 +182,12 @@ base class Line extends Container<Leaf?> {
/ / nextLine might have been unmounted since last assert so we need to
/ / check again we still have a line after us .
assert ( nextLine ! = null ) ;
/ / Move remaining children in this line to the next line so that all
/ / attributes of nextLine are preserved .
nextLine ! . moveChildToNewParent ( this ) ;
moveChildToNewParent ( nextLine ) ;
if ( nextLine ! = null ) {
/ / Move remaining children in this line to the next line so that all
/ / attributes of nextLine are preserved .
nextLine ? . moveChildToNewParent ( this ) ;
moveChildToNewParent ( nextLine ) ;
}
}
if ( isLFDeleted ) {