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 b36e962 commit 4aacad4Copy full SHA for 4aacad4
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