some cleanup and start movinig to multiple instances
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
<title>Vite + React + TS</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" style="max-height:500px; height:500px; overflow:auto;"></div>
|
||||
<div id="root" class="dicom-viewer-root" style="max-height:500px; height:500px; overflow:auto;"></div>
|
||||
<div id="root2" class="dicom-viewer-root" style="max-height:500px; height:500px; overflow:auto;"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
|
||||
<input type="file" id="dicomInput" multiple />
|
||||
|
||||
Reference in New Issue
Block a user