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 34dd60a commit 95cc187Copy full SHA for 95cc187
packages/controls/src/phosphor/tabpanel.ts
@@ -124,7 +124,7 @@ class TabPanel extends Widget {
124
*/
125
get currentIndex(): number | null {
126
const currentIndex = this.tabBar.currentIndex;
127
- # Phosphor tab bars have an index of -1 if no tab is selected
+ // Phosphor tab bars have an index of -1 if no tab is selected
128
return (currentIndex === -1 ? null : currentIndex);
129
}
130
0 commit comments