react-fastclick icon indicating copy to clipboard operation
react-fastclick copied to clipboard

React-bootstrap modal

Open danilaramaniuk2378 opened this issue 8 years ago • 1 comments

To close react-bootstrap modal we need to click twice on "X" (first touch makes focus, second touch closes modal). It possible reproduced on iPad when we are using react-fastclick.

danilaramaniuk2378 avatar Sep 06 '17 07:09 danilaramaniuk2378

Notes to self:

https://github.com/react-bootstrap/react-bootstrap/blob/master/src/ModalHeader.js#L68 https://github.com/react-bootstrap/react-bootstrap/blob/master/src/utils/createChainedFunction.js

JakeSidSmith avatar Sep 06 '17 08:09 JakeSidSmith