diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-12 23:33:24 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-12 23:33:24 +0200 |
| commit | 472aad52e190fa798fc2261b4663f3249c2c5ef9 (patch) | |
| tree | 0093a2105c97db5048216d780d7b63f91a1d959d /src/services/theme_data | |
| parent | 1e467ac6e189ee66ccaf7c2ff2a3d6a16459a86c (diff) | |
Use constructed stylesheet to prevent chrome from shitting itself when
you open element picker
Diffstat (limited to 'src/services/theme_data')
| -rw-r--r-- | src/services/theme_data/theme_data_3.service.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/theme_data/theme_data_3.service.js b/src/services/theme_data/theme_data_3.service.js index 5fd16f19..7457ab99 100644 --- a/src/services/theme_data/theme_data_3.service.js +++ b/src/services/theme_data/theme_data_3.service.js @@ -448,7 +448,7 @@ export const init = (extraRuleset, ultimateBackgroundColor) => { const t0 = performance.now() const combinations = processInnerComponent(components.Root) const t1 = performance.now() - console.debug('Tree tranveral took ' + (t1 - t0) + ' ms') + console.debug('Tree traveral took ' + (t1 - t0) + ' ms') const result = combinations.map((combination) => { if (combination.lazy) { |
