summaryrefslogtreecommitdiffstats
path: root/web/react/components/confirm_modal.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-30 17:26:39 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-11-02 15:10:50 -0500
commit02b9414e0f0169c99044ad96456290766ffcd585 (patch)
treed1d8798f321708b75559f89eec84dac790b1c68f /web/react/components/confirm_modal.jsx
parente56d21a9208209d515b645f95d293eae51f51f8d (diff)
downloadchat-02b9414e0f0169c99044ad96456290766ffcd585.tar.gz
chat-02b9414e0f0169c99044ad96456290766ffcd585.tar.bz2
chat-02b9414e0f0169c99044ad96456290766ffcd585.zip
Added handling of keyboard focus to UserSettingsModal and its children
Diffstat (limited to 'web/react/components/confirm_modal.jsx')
-rw-r--r--web/react/components/confirm_modal.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/confirm_modal.jsx b/web/react/components/confirm_modal.jsx
index bc3a0b814..cdef1c1ea 100644
--- a/web/react/components/confirm_modal.jsx
+++ b/web/react/components/confirm_modal.jsx
@@ -20,7 +20,6 @@ export default class ConfirmModal extends React.Component {
className='modal-confirm'
show={this.props.show}
onHide={this.props.onCancel}
- enforceFocus={false}
>
<Modal.Header closeButton={false}>
<Modal.Title>{this.props.title}</Modal.Title>