Making WordPress.org


Ignore:
Timestamp:
05/26/2020 04:17:05 AM (4 years ago)
Author:
dufresnesteven
Message:

Plugins: Remove touchStart event handler from screenshot carousel to fix mobile double click.

Props anjanphukan.
Fixed: #5230

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx

    r5024 r9928  
    538538                                            type="button"
    539539                                            className="button-link image-gallery-left-nav"
    540                                             onTouchStart={ slideLeft }
    541540                                            onClick={ slideLeft }/>
    542541                                    }
     
    546545                                            type="button"
    547546                                            className="button-link image-gallery-right-nav"
    548                                             onTouchStart={ slideRight }
    549547                                            onClick={ slideRight }/>
    550548                                    }
Note: See TracChangeset for help on using the changeset viewer.