Fix warning on dynamic-styles init
| @@ -154,7 +154,7 @@ export function initDynamicStyles() { | ||
| 154 | 154 | // Process all stylesheets on initial load |
| 155 | 155 | Array.from(document.styleSheets).forEach(sheet => { |
| 156 | 156 | try { |
| 157 | 157 | applyDynamicFocusStyles(sheet, { fromExtension: sheet.href?.toLowerCase().includes('scripts/extensions') == true }); |
| 158 | 158 | } catch (e) { |
| 159 | 159 | console.warn('Failed to process stylesheet on initial load:', e); |
| 160 | 160 | } |