Hi there,
Please try adding this code to Admin > Appearance > Customizer > Custom > Javascript,
jQuery ( function($) {
$(document).ready( function() {
setTimeout ( function() { $('a.x-accordion-toggle').off('touchend touchstart'); }, 300 );
} );
} );
Then please let me know 😉