We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a885e commit 8c04e76Copy full SHA for 8c04e76
lib/sidebar/SidebarTab.ts
@@ -91,7 +91,7 @@ export interface ISidebarTab {
91
enabled: (context: ISidebarContext) => boolean
92
93
/**
94
- * Called when the sidebar tab is rendered the first time in the sidebar.
+ * Called when the sidebar tab is active and rendered the first time in the sidebar.
95
* This should be used to register the web componen (`CustomElementRegistry.define()`).
96
*
97
* The sidebar itself will anyways wait for the component to be defined in the registry (`customElements.whenDefined()`).
0 commit comments