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