fix redmond

This commit is contained in:
Henry Jameson 2025-07-03 21:19:12 +03:00
commit 0f573637a7

View file

@ -44,7 +44,7 @@ export const adoptStyleSheets = throttle(() => {
.sort((a, b) => a.priority - b.priority)
.map(sheet => {
const css = new CSSStyleSheet()
sheet.rules.forEach(r => css.insertRule(r, css.cssRules.length))
sheet.rules.forEach(r => css.insertRule(r))
return css
})
} else {