This commit is contained in:
Henry Jameson 2025-07-09 15:48:36 +03:00
commit c433aa38fb

View file

@ -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)
}