Skip to content

Commit

Permalink
feat: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Oct 25, 2024
1 parent e82e70e commit 44640c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Preview/displays/DcmDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ const DcmDisplay = (props: DcmImageProps) => {
// Check if the first frame is still loading
const loadingFirstFrame = isLoading && !data;

console.log("isError", isError);

/**
* Load more images when scrolling near the end.
* Also handles loading multi-frame images.
Expand Down

0 comments on commit 44640c3

Please sign in to comment.