mirror of
https://github.com/iconify/iconify.git
synced 2024-12-13 06:07:50 +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
|
||||
const root = (this._shadowRoot = this.attachShadow({
|
||||
mode: 'closed',
|
||||
mode: 'open',
|
||||
}));
|
||||
|
||||
// Add style
|
||||
|
Loading…
Reference in New Issue
Block a user