فهرست منبع

Fix flickering outline on the dialogs while clicking (#1747)

Saransh Barua 4 سال پیش
والد
کامیت
1991511ef7
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/components/Modal.tsx

+ 0 - 1
src/components/Modal.tsx

@@ -26,7 +26,6 @@ export const Modal = (props: {
       aria-modal="true"
       onKeyDown={handleKeydown}
       aria-labelledby={props.labelledBy}
-      tabIndex={-1}
     >
       <div className="Modal__background" onClick={props.onCloseRequest}></div>
       <div