Skip to content

Commit 99c2a57

Browse files
author
刘欢
committed
关闭button删除tabIndex={0}
1 parent cef1340 commit 99c2a57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Notice.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const Notify = React.forwardRef<HTMLDivElement, NoticeProps & { times?: number }
144144
{/* Close Icon */}
145145
{closable && (
146146
<button
147-
tabIndex={0}
148147
className={`${noticePrefixCls}-close`}
149148
onKeyDown={onCloseKeyDown}
150149
aria-label="Close"

0 commit comments

Comments
 (0)