You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I move this project to react,each file is the same as this. except the way to show UI:
<buttononClick={_changeMode}>click to show MPR or hide</button><divid="cornerstone-target"class="item"></div>{mode===0 ? null : <divclassName="mpr-comtainer"><divid="axial-target"class="item"></div><divid="coronal-target"class="item"></div><divid="sagittal-target"class="item"></div></div>}
when i click the button first,everything goes well, but when MPR showed again,col lines on the MPR will show one extra.
I think it can be resolved by remove lines before the image shown, or determine whether a line already exists before rendering,
but i failed to do
The text was updated successfully, but these errors were encountered:
I move this project to react,each file is the same as this. except the way to show UI:
when i click the button first,everything goes well, but when MPR showed again,col lines on the MPR will show one extra.
I think it can be resolved by remove lines before the image shown, or determine whether a line already exists before rendering,
but i failed to do
The text was updated successfully, but these errors were encountered: