Skip to content

Commit d22b0b5

Browse files
committed
Eslint fix
1 parent d3d8533 commit d22b0b5

File tree

1 file changed

+4
-1
lines changed
  • packages/app/src/components/workbench

1 file changed

+4
-1
lines changed

packages/app/src/components/workbench/source.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ export class DevtoolsSource extends Element {
7373
})
7474
}
7575
})
76-
this.#tabObserver.observe(tab, { attributes: true, attributeFilter: ['active'] })
76+
this.#tabObserver.observe(tab, {
77+
attributes: true,
78+
attributeFilter: ['active']
79+
})
7780
}
7881
})
7982
}

0 commit comments

Comments
 (0)