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}
|
onMouseEnter={onMouseEnter}
|
||||||
onMouseLeave={onMouseLeave}
|
onMouseLeave={onMouseLeave}
|
||||||
onClick={onClickHandler}
|
onClick={onClickHandler}
|
||||||
onKeyDown={onClickHandler}
|
|
||||||
role="button"
|
role="button"
|
||||||
tabIndex="0"
|
tabIndex="0"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user