@talrace/ngx-noder 19.0.65 → 19.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6602,7 +6602,7 @@ class OperationsHelper {
6602
6602
  anchorCell.verticalMerge = VerticalMerge.Restart;
6603
6603
  }
6604
6604
  anchorCell.width = 0;
6605
- for (let i = columnStartIndex + 1; i < columnStartIndex + columnsCount; i++) {
6605
+ for (let i = columnStartIndex; i < columnStartIndex + columnsCount; i++) {
6606
6606
  anchorCell.width += table.columns[i].width || 0;
6607
6607
  }
6608
6608
  const visitedCells = new Set([anchorCell]);