Skip to content

Commit

Permalink
chore: adding ShadyCSS support
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Nov 28, 2019
1 parent a9825b8 commit 186c340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ApiConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@ export class ApiConsole extends AmfHelperMixin(LitElement) {
}
this.addEventListener('tryit-requested', this._tryitHandler);
this._notifyApicExtension();
if (window.ShadyCSS) {
window.ShadyCSS.styleElement(this);
}
}

disconnectedCallback() {
Expand Down

0 comments on commit 186c340

Please sign in to comment.