The middle row referenced in the issue appeared because bottomLine began on the second to last row and ended on the last row. That only gave the desired effect when the last row of the selection was empty.
This change only sets the start of the bottom line one row higher if the last row of the selection is empty.
Issue Link: #80
The middle row referenced in the issue appeared because
bottomLine
began on the second to last row and ended on the last row. That only gave the desired effect when the last row of the selection was empty.This change only sets the start of the bottom line one row higher if the last row of the selection is empty.