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 da0abda commit c326c65Copy full SHA for c326c65
src/vscode-collapsible/vscode-collapsible.ts
@@ -35,7 +35,11 @@ export class VscodeCollapsible extends VscElement {
35
* hovers over the component. Actions are shown only when the Collapsible component is open. This
36
* property is designed to use the `workbench.view.alwaysShowHeaderActions` setting.
37
*/
38
- @property({type: Boolean, reflect: true, attribute: 'always-show-header-actions'})
+ @property({
39
+ type: Boolean,
40
+ reflect: true,
41
+ attribute: 'always-show-header-actions',
42
+ })
43
alwaysShowHeaderActions = false;
44
45
/**
0 commit comments