We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a15c7 commit 572c38dCopy full SHA for 572c38d
Sources/Common/Core/DataArray/index.js
@@ -486,7 +486,7 @@ function vtkDataArray(publicAPI, model) {
486
publicAPI.shallowCopy(other);
487
488
// set the ranges
489
- model.ranges = other.getRanges();
+ model.ranges = structuredClone(other.getRanges());
490
491
// Avoid array reallocation if size already sufficient
492
// and dataTypes match.
0 commit comments