changelog + cleanup

This commit is contained in:
Henry Jameson 2025-08-28 18:51:18 +03:00
commit 0fe823aeec
2 changed files with 0 additions and 1 deletions

View file

@ -42,7 +42,6 @@ export const createStyleSheet = (id, priority = 1000) => {
export const adoptStyleSheets = throttle(() => {
console.log('adopt')
if (supportsAdoptedStyleSheets) {
document.adoptedStyleSheets = Object
.values(stylesheets)