josh_
josh_
I had this same issue. The below is what worked for me. ``` function refreshModals() { // Use whatever selector you're using for MicroModal triggers. const modalTrigger = 'data-micromodal-trigger'; //...
Also curious about this one. I've been using the [`ready`](https://github.com/sampotts/plyr#events) event which seems to be working, but a parameter would definitely be useful.
Just have to say that after weeks of trying to figure out why `intelephense.environment.includePaths` didn't seem to load `woocommerce-stubs.php`, this issue finally helped me. Thanks @kallookoo. +1 to this suggestion,...
The only thing holding me back from using this as my default client!
@Deadmano Late to the party here, but fwiw I was using this plugin and ended up switching to https://eslint.style/rules/object-curly-newline and modifying the [`ImportDeclaration`](https://eslint.style/rules/object-curly-newline#importdeclaration-and-exportdeclaration) key.