Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Modal component, payment cancelling, processing errors in popovers and other improvements #62

Merged
merged 12 commits into from
Jul 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed: closing modal sometimes closed popover.
  • Loading branch information
MadOPcode committed Jul 5, 2021
commit 519a28924783de94f3e050d988252d792e721ef6
2 changes: 2 additions & 0 deletions src/components/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const Modal = ({
>
<div
className={styles.wrapper}
onMouseDown={stopImmediatePropagation}
onMouseUp={stopImmediatePropagation}
onClick={stopImmediatePropagation}
role="button"
tabIndex={0}
Expand Down