[chore] Fix lint errors

This commit is contained in:
Cohee
2024-10-13 14:02:53 +03:00
parent 1c3d33c282
commit 93137e3e2a
9 changed files with 9 additions and 13 deletions

View File

@ -148,7 +148,7 @@ export function initDynamicStyles() {
// Start observing the head for any new added stylesheets
observer.observe(document.head, {
childList: true,
subtree: true
subtree: true,
});
// Process all stylesheets on initial load