@cornerstonejs/adapters 1.59.1 → 1.59.2
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
|
@@ -48306,7 +48306,7 @@ class FrameOfReferenceSpecificAnnotationManager {
|
|
|
48306
48306
|
return [];
|
|
48307
48307
|
}
|
|
48308
48308
|
if (toolName) {
|
|
48309
|
-
return annotations[groupKey][toolName];
|
|
48309
|
+
return annotations[groupKey][toolName] ? annotations[groupKey][toolName] : [];
|
|
48310
48310
|
}
|
|
48311
48311
|
return annotations[groupKey];
|
|
48312
48312
|
};
|