We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d8533 commit d22b0b5Copy full SHA for d22b0b5
packages/app/src/components/workbench/source.ts
@@ -73,7 +73,10 @@ export class DevtoolsSource extends Element {
73
})
74
}
75
76
- this.#tabObserver.observe(tab, { attributes: true, attributeFilter: ['active'] })
+ this.#tabObserver.observe(tab, {
77
+ attributes: true,
78
+ attributeFilter: ['active']
79
+ })
80
81
82
0 commit comments