Skip to content

Commit a0d3a21

Browse files
committed
fix(Item): tabIndex
1 parent 982b9ee commit a0d3a21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/content/Item/Item.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ const Item = <T extends HTMLElement = HTMLDivElement>(
873873
styles={styles}
874874
type={htmlType as any}
875875
{...mergeProps(rest, tooltipTriggerProps || {})}
876-
tabIndex={-1}
877876
style={finalStyle}
878877
>
879878
{finalIcon && (

0 commit comments

Comments
 (0)