Skip to content

Commit 2546261

Browse files
committed
add ariaHideApp for Modal
1 parent 51b68a3 commit 2546261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/toolbar/ToolBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ class ToolBar extends Component {
433433
return (
434434
<Modal className='react-bs-insert-modal modal-dialog'
435435
isOpen={ this.state.isInsertModalOpen }
436+
ariaHideApp={ false }
436437
onRequestClose={ this.handleModalClose }
437438
contentLabel='Modal'>
438439
{ modal }

0 commit comments

Comments
 (0)