mirror of
https://github.com/iconify/iconify.git
synced 2024-12-14 06:28:24 +00:00
fix: open shadow root in web component
This commit is contained in:
parent
e82c905ec8
commit
b88f667778
@ -117,7 +117,7 @@ export function defineIconifyIcon(
|
|||||||
|
|
||||||
// Attach shadow DOM
|
// Attach shadow DOM
|
||||||
const root = (this._shadowRoot = this.attachShadow({
|
const root = (this._shadowRoot = this.attachShadow({
|
||||||
mode: 'closed',
|
mode: 'open',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
// Add style
|
// Add style
|
||||||
|
Loading…
Reference in New Issue
Block a user