@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.
- package/dist/adapters.es.js +1 -1
- package/dist/adapters.es.js.map +1 -1
- package/package.json +5 -5
package/dist/adapters.es.js
CHANGED
|
@@ -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 [
|
|
49907
|
+
return [];
|
|
49908
49908
|
}
|
|
49909
49909
|
const inflection = [];
|
|
49910
49910
|
let pair = null;
|