Skip to content

Commit

Permalink
Add functionality to close modal when back overlay is clicked. (appsm…
Browse files Browse the repository at this point in the history
  • Loading branch information
Irongade committed May 10, 2022
1 parent 5d09b61 commit 49a4e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/pages/Editor/RequestConfirmationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class RequestConfirmationModal extends React.Component<Props> {
{modalsToBeOpened.map((modalInfo: ModalInfo, index: number) => (
<DialogComponent
canEscapeKeyClose
canOutsideClickClose
isOpen={modalInfo?.modalOpen}
key={index}
maxHeight={"80vh"}
Expand Down

0 comments on commit 49a4e47

Please sign in to comment.