Click the "Basic Viewer" button, open the viewport in a new tab

Hi,

Current: Click the “Basic Viewer” button at the study list, and a viewport screen is transferred.
Now I’d like to open viewport in a new tab but I don’t know how to fix?

I know the “Basic Viewer” refers to longitudinal mode and default extension.
They are rendered in the file: platform/app/src/routes/WorkList/WorkList.tsx

Does anybody know how and what file I have to change?

WorkList.tsx renders StudyListExpandedRow component, and if you look at its children, there is a Link component being rendered for each mode. I’d try putting a target=“_blank” prop in there if the mode matches what you’re interested in.

1 Like

Thanks @mtesopt so much!

I’m going to try.

@mtesopt
I’ve done it successfully. I appreciate your support!

1 Like