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