Skip to content

Commit

Permalink
docs: fix simple typo (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 committed Feb 14, 2023
1 parent 21b9981 commit 4a14c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ const Modal: BsPrefixRefForwardingComponent<'div', ModalProps> =
});

// We prevent the modal from closing during a drag by detecting where the
// the click originates from. If it starts in the modal and then ends outside
// click originates from. If it starts in the modal and then ends outside
// don't close.
const handleDialogMouseDown = () => {
waitingForMouseUpRef.current = true;
Expand Down

0 comments on commit 4a14c31

Please sign in to comment.