Skip to content

Commit 6401f2d

Browse files
vidartfjasongrout
andauthored
Update packages/controls/src/lumino/tabpanel.ts
Co-authored-by: Jason Grout <[email protected]>
1 parent af5bdbf commit 6401f2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/controls/src/lumino/tabpanel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export class TabPanel extends Widget {
112112
constructor(options: TabPanel.IOptions = {}) {
113113
super();
114114
this.addClass('jupyter-widget-TabPanel');
115-
this.addClass('jupyter-widget-TabPanel');
116115

117116
// Create the tab bar and contents panel.
118117
this.tabBar = new TabBar<Widget>(options);

0 commit comments

Comments
 (0)