Use constructed stylesheet to prevent chrome from shitting itself when

you open element picker
This commit is contained in:
Henry Jameson 2024-03-12 23:33:24 +02:00
commit 472aad52e1
2 changed files with 4 additions and 6 deletions

View file

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