@kitware/vtk.js 25.8.3 → 25.8.4

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.
@@ -276,7 +276,7 @@ function vtkOpenGLCellArrayBufferObject(publicAPI, model) {
276
276
  var newPoints = new Int32Array(caboCount + selectionMaps.points.length);
277
277
  newPoints.set(selectionMaps.points);
278
278
  selectionMaps.points = newPoints;
279
- var newCells = new Int32Array(caboCount + selectionMaps.points.length);
279
+ var newCells = new Int32Array(caboCount + selectionMaps.cells.length);
280
280
  newCells.set(selectionMaps.cells);
281
281
  selectionMaps.cells = newCells;
282
282
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "25.8.3",
3
+ "version": "25.8.4",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",