LT-275: Fixing code misstyping
This commit is contained in:
parent
53ffe43fbc
commit
61ba68d5e0
@ -33,7 +33,7 @@ Template.imageThumbnail.onRendered(() => {
|
|||||||
// Define a handler for success on image load
|
// Define a handler for success on image load
|
||||||
const loadSuccess = image => {
|
const loadSuccess = image => {
|
||||||
// Enable cornerstone for thumbnail element again creating a new canvas
|
// Enable cornerstone for thumbnail element again creating a new canvas
|
||||||
cornerstone.enable(element););
|
cornerstone.enable(element);
|
||||||
|
|
||||||
cornerstone.displayImage(element, image);
|
cornerstone.displayImage(element, image);
|
||||||
$loading.css('display', 'none');
|
$loading.css('display', 'none');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user