Skip to content

Instantly share code, notes, and snippets.

@thepassle
Last active October 28, 2019 13:10
Show Gist options
  • Save thepassle/cb2b2a34317ea59b32e06ee8e34ce6c3 to your computer and use it in GitHub Desktop.
Save thepassle/cb2b2a34317ea59b32e06ee8e34ce6c3 to your computer and use it in GitHub Desktop.
elements.forEach((item) => {
item.shadowRoot.querySelector('expandable-item').removeAttribute('expanded');
item.shadowRoot.querySelector('expandable-item').removeAttribute('transitioning');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment