This commit is contained in:
Ross
2021-11-11 22:22:30 +00:00
parent be0ae23ee8
commit 9451aedbc9
+1 -1
View File
@@ -486,7 +486,7 @@
imageId2 = url
}
console.log(imageId)
const element = $(`<div class='temp-thumb' src=${imageId}></div>`).get(0)
const element = $(`<div class='temp-thumb' src=${imageId2}></div>`).get(0)
$(el).parent().parent().prepend(element);
cornerstone.enable(element);
cornerstone.loadAndCacheImage(imageId).then(function (image) {