when you duplicate line the height property is forgotten. In function duplicateRow and in spliceRows ``` rDst.style = rSrc.style; + rDst.height = rSrc.height; ```