Skip to content

Instantly share code, notes, and snippets.

@ajgagnon
Created August 4, 2023 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajgagnon/73ccb50b2d37591ef2a060569a94e426 to your computer and use it in GitHub Desktop.
Save ajgagnon/73ccb50b2d37591ef2a060569a94e426 to your computer and use it in GitHub Desktop.
const myModal = new HystModal({
linkAttributeName: 'data-hystmodal',
afterClose: function(modal){
document.querySelector('presto-player').pause();
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment