fix: add close modal to keyboard navigation
This commit is contained in:
committed by
mrugesh
parent
1289d35435
commit
6ef9345f92
@@ -107,6 +107,7 @@ function DonateModal({ show, block, isBlockDonation, closeDonationModal }) {
|
||||
bsStyle='primary'
|
||||
className='btn-link'
|
||||
onClick={closeDonationModal}
|
||||
tabIndex='0'
|
||||
>
|
||||
{closeLabel ? 'Close.' : 'Ask me later.'}
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user