Skip to content

Commit

Permalink
feat(viewer): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JChan106 committed Nov 19, 2021
1 parent 4863d56 commit 838b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/iframe/IFrameLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class IFrameLoader extends AssetLoader {
*/
determineViewer(file, disabledViewers = [], viewerOptions = {}) {
const disableDicom = getProp(viewerOptions, 'IFrame.disableDicom');
// Removes boxdicom as a supported extension when the file is a Boxdicom file and the disableDicom viewer option is enabled
// Removes boxdicom as a supported extension when the disableDicom viewer option is enabled
if (disableDicom) {
this.viewers = this.viewers.filter(viewer => !viewer.EXT.includes('boxdicom'));
}
Expand Down

0 comments on commit 838b831

Please sign in to comment.