.
This commit is contained in:
@@ -479,7 +479,7 @@
|
|||||||
const element = $("<div class='thumb'></div>").get(0)
|
const element = $("<div class='thumb'></div>").get(0)
|
||||||
|
|
||||||
cornerstone.enable(element);
|
cornerstone.enable(element);
|
||||||
cornerstone.loadAndCacheImage(file).then(function(image) {
|
cornerstone.loadAndCacheImage(reader.result).then(function(image) {
|
||||||
cornerstone.displayImage(element, image);
|
cornerstone.displayImage(element, image);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user