This commit is contained in:
Ross
2021-02-15 16:56:20 +00:00
parent 7538dc8d62
commit eb2b83efd8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -263,7 +263,7 @@
image_set = $("#image_form_set img");
if (n == image_set.length) {
const event = new CustomEvent('loadDicomViewer', { "detail": images });
const event = new CustomEvent('loadDicomViewer', { "detail": image_set });
window.dispatchEvent(event);
updateImagePositions();