add comment

This commit is contained in:
samunohito 2024-02-07 19:54:29 +09:00
parent fa737fccdd
commit 453596e6bf
1 changed files with 2 additions and 0 deletions

View File

@ -1089,6 +1089,8 @@ function patchData(newItems: DataSource[]) {
cells.value.push(...newCells);
}
//
if (rows.value.length > newItems.length) {
//
for (let rowIdx = newItems.length; rowIdx < rows.value.length; rowIdx++) {