Hello Everyone!
I'm trying to figure out why the lower right Calendar subscription dropdown won't close once I've opened it.
I'm not sure if my CSS would have gotten in the way, but it may have. This is the Tribe Events calendar and I'm doing massive customization.
Here's the page in my sandbox:
https://sandbox.intrepidrealist.com/sacred-lomi/events/list/
Thanks!
  obj.handleIcalLinksButtonClick = function( event ) {
    $( event.target ).toggleClass( obj.selectors.icalLinksButtonActiveClass );
  };
autoclose: true
Julian, click on the button text, then on the arrow icon in the button, then click off of it.I am not following - 35 degrees (95F) here today - not easy to focus.
autoclose: true
  obj.handleIcalLinksButtonClick = function( event ) {
     $( event.target ).toggleClass( obj.selectors.icalLinksButtonActiveClass );
  };
It appears that it fires twice (sometimes) when you click on the down arrow - once for the button and once for the svg in the button.