.
This commit is contained in:
@@ -515,7 +515,7 @@
|
||||
|
||||
const element = $(`<div class='temp-thumb' src=${reader.result}></div>`).get(0)
|
||||
$(el).parent().parent().prepend(element);
|
||||
const imageId = `wadouri:${a}`;
|
||||
const imageId = `wadouri:${url}`;
|
||||
cornerstone.enable(element);
|
||||
cornerstone.loadAndCacheImage(imageId).then(function (image) {
|
||||
cornerstone.displayImage(element, image);
|
||||
|
||||
Reference in New Issue
Block a user