Use constructed stylesheet to prevent chrome from shitting itself when
you open element picker
This commit is contained in:
parent
1e467ac6e1
commit
472aad52e1
2 changed files with 4 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue