We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3692ed8 commit fc6661eCopy full SHA for fc6661e
src/Trigger.jsx
@@ -160,6 +160,10 @@ const Trigger = createReactClass({
160
}
161
});
162
163
+ // We must listen to `mousedown` or `touchstart`, edge case:
164
+ // https://github.com/ant-design/ant-design/issues/5804
165
+ // https://github.com/react-component/calendar/issues/250
166
+ // https://github.com/react-component/trigger/issues/50
167
if (state.popupVisible) {
168
let currentDocument;
169
if (!this.clickOutsideHandler && this.isClickToHide()) {
0 commit comments