Skip to content

Commit c3e60c7

Browse files
committed
Fix tab widget with JupyterLab 4
1 parent 2b1bb1e commit c3e60c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/controls/src/widget_selectioncontainer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export class TabView extends DOMWidgetView {
300300
const tabs = this.luminoWidget;
301301
tabs.addClass('jupyter-widgets');
302302
tabs.addClass('widget-container');
303+
tabs.addClass('jupyter-widget-tab');
303304
tabs.addClass('widget-tab');
304305
tabs.tabsMovable = true;
305306
tabs.tabBar.insertBehavior = 'none'; // needed for insert behavior, see below.

0 commit comments

Comments
 (0)