mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-03 23:57:01 +02: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