Close and cancel ConfirmationDialog on Escape
This commit is contained in:
parent
335cb6dd13
commit
06c9ca9d24
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ export const ConfirmationDialog = React.memo(
|
|||
modalName={modalName}
|
||||
noMouseClose={noMouseClose}
|
||||
onClose={close}
|
||||
onEscape={cancelAndClose}
|
||||
onTopOfEverything={onTopOfEverything}
|
||||
overlayStyles={overlayStyles}
|
||||
theme={theme}
|
||||
|
|
Loading…
Add table
Reference in a new issue