Closed tmagrino closed 7 years ago
It appears that insertRow and insertColumn do not support adding a new row or column at the end of the Matrix. I believe changing the checks here and here to strict inequality should be all that's needs to change to fix the issue.
insertRow
insertColumn
It appears that
insertRow
andinsertColumn
do not support adding a new row or column at the end of the Matrix. I believe changing the checks here and here to strict inequality should be all that's needs to change to fix the issue.