Skip to content

Commit

Permalink
fix(ComposedModal): allow text to be selected (#13339)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <cardona.n.andrea@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 14, 2023
1 parent f6f6d6a commit 2fcc8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/components/ComposedModal/ComposedModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ const ComposedModal = React.forwardRef(function ComposedModal(
onBlur={handleBlur}
onMouseDown={handleMousedown}
onKeyDown={handleKeyDown}
className={modalClass}
tabIndex="-1">
className={modalClass}>
<div
className={containerClass}
role="dialog"
Expand Down

0 comments on commit 2fcc8ac

Please sign in to comment.