@cornerstonejs/adapters 1.58.3 → 1.58.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.
@@ -49904,7 +49904,7 @@ function findMinimumRegions(dotValues, handleCount) {
49904
49904
  length
49905
49905
  } = dotValues;
49906
49906
  if (deviation < 0.01 || length < handleCount * 3) {
49907
- return [0, Math.floor(length / 3), Math.floor(length * 2 / 3)];
49907
+ return [];
49908
49908
  }
49909
49909
  const inflection = [];
49910
49910
  let pair = null;