Open jamesdigid opened 3 years ago
I'm not a maintainer on this project, but if you still have this issue try adding a custom loading component that loads nothing. I used this to fix an issue I was having with the loading.
<CornerstoneViewport loadingIndicatorComponent={() => <></>}/>
If this doesn't work for you you will likely have to wait for another fix.
I am looking for suggestions on loading as many or all images of a study as to not pop the loading indicator as you scroll through the series of a study. The loading indicator pulls away from the attention of the doctor reviewing a study.
Lets presume an avg study has about 250~ dicom images. Can this be loaded in such a way as to not pop the loading indicator?
Thanks in advance