fix
This commit is contained in:
parent
a626b37354
commit
c433aa38fb
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export const adoptStyleSheets = throttle(() => {
|
|||
} else {
|
||||
const holder = document.getElementById('custom-styles-holder')
|
||||
|
||||
for (let i = holder.cssRules.length - 1; i >= 0; --i) {
|
||||
for (let i = holder.sheet.cssRules.length - 1; i >= 0; --i) {
|
||||
holder.sheet.deleteRule(i)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue