diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx
index 2bb272c92..0f8fcb752 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/image-gallery/index.jsx
@@ -537,7 +537,6 @@ export default class ImageGallery extends React.Component {
 										<button
 											type="button"
 											className="button-link image-gallery-left-nav"
-											onTouchStart={ slideLeft }
 											onClick={ slideLeft }/>
 									}
 									{
@@ -545,7 +544,6 @@ export default class ImageGallery extends React.Component {
 										<button
 											type="button"
 											className="button-link image-gallery-right-nav"
-											onTouchStart={ slideRight }
 											onClick={ slideRight }/>
 									}
 								</span>,
