Hi There,
To fix this issue, please add the following code under Customizer > Custom > Global Javascript:
jQuery(function($) {
$('.vc_tta-tab a, .vc_tta-panel-heading a, .x-nav-tabs>li>a, .x-accordion-heading .x-accordion-toggle').off('click touchend touchstart');
});
Hope it helps 🙂