fix(metadata): to handle cornerstone3D update for htj2k (#3783)
This commit is contained in:
parent
04121e3713
commit
8c8924af37
@ -74,6 +74,9 @@ class MetadataProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get(query, imageId, options = { fallback: false }) {
|
get(query, imageId, options = { fallback: false }) {
|
||||||
|
if (Array.isArray(imageId)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const instance = this._getInstance(imageId);
|
const instance = this._getInstance(imageId);
|
||||||
|
|
||||||
if (query === INSTANCE) {
|
if (query === INSTANCE) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user