mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 02:04:21 +01:00
Fix 'Dialog' keydown event and prop type warning (#1305)
This commit is contained in:
@@ -26,6 +26,7 @@ export function Modal(props: {
|
||||
aria-modal="true"
|
||||
onKeyDown={handleKeydown}
|
||||
aria-labelledby={props.labelledBy}
|
||||
tabIndex={-1}
|
||||
>
|
||||
<div className="Modal__background" onClick={props.onCloseRequest}></div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user