mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
Fix flickering outline on the dialogs while clicking (#1747)
This commit is contained in:
parent
cd87bd6901
commit
1991511ef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user