This commit is contained in:
Ross
2021-11-12 13:23:12 +00:00
parent cb652a06c1
commit 4956d3fafc
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -476,10 +476,10 @@
$(element2).addClass("temp-thumb-large");
cornerstone.resize(element2)
cornerstone.resize(element2)
setTimeout(function (){
ocr2($(element2).find("canvas").get(0).toDataURL(), el);
$(element2).removeClass("temp-thumb-large");
cornerstone.resize(element2)
}, 500);
});