diff --git a/module/Apps/elements/Icon.mjs b/module/Apps/elements/Icon.mjs index 4738c23..87d2c7b 100644 --- a/module/Apps/elements/Icon.mjs +++ b/module/Apps/elements/Icon.mjs @@ -26,7 +26,6 @@ export class RipCryptIcon extends StyledShadowElement(HTMLElement) { constructor() { super(); - // this._shadow = this.attachShadow({ mode: `open`, delegatesFocus: true }); this.#container = document.createElement(`div`); this._shadow.appendChild(this.#container);