Skip to content

Commit

Permalink
add ariaHideApp for Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Dec 12, 2017
1 parent 51b68a3 commit 2546261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toolbar/ToolBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ class ToolBar extends Component {
return (
<Modal className='react-bs-insert-modal modal-dialog'
isOpen={ this.state.isInsertModalOpen }
ariaHideApp={ false }
onRequestClose={ this.handleModalClose }
contentLabel='Modal'>
{ modal }
Expand Down

0 comments on commit 2546261

Please sign in to comment.