react-fastclick
react-fastclick copied to clipboard
React-bootstrap modal
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.
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