OHIF-284: Fix jump to measurement breaking keyboard shortcuts (#1914)
This commit is contained in:
parent
f95a8c1530
commit
8c30b21471
@ -27,7 +27,6 @@ const MeasurementItem = ({ id, index, label, displayText, isActive, onClick, onE
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
onClick={onClickHandler}
|
||||
onKeyDown={onClickHandler}
|
||||
role="button"
|
||||
tabIndex="0"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user