Commit e8354137 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Updates

parent 02f136e0
...@@ -38158,7 +38158,9 @@ var es__initialiseProps = function _initialiseProps() { ...@@ -38158,7 +38158,9 @@ var es__initialiseProps = function _initialiseProps() {
} }
_this5.preClickTime = 0; _this5.preClickTime = 0;
_this5.preTouchTime = 0; _this5.preTouchTime = 0;
event.preventDefault(); if (event && event.preventDefault) {
event.preventDefault();
}
var nextVisible = !_this5.state.popupVisible; var nextVisible = !_this5.state.popupVisible;
if (_this5.isClickToHide() && !nextVisible || nextVisible && _this5.isClickToShow()) { if (_this5.isClickToHide() && !nextVisible || nextVisible && _this5.isClickToShow()) {
_this5.setPopupVisible(!_this5.state.popupVisible, event); _this5.setPopupVisible(!_this5.state.popupVisible, event);
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
</script> </script>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="/index.4bff6996.js"></script></body> <script type="text/javascript" src="/index.a97a6a23.js"></script></body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment